*** empty log message ***

This commit is contained in:
hyung-hwan 2006-05-12 10:56:18 +00:00
parent a99c0eccb1
commit 8fb44bdf10
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.30 2006-05-12 09:39:20 bacon Exp $
* $Id: awk.c,v 1.31 2006-05-12 10:56:18 bacon Exp $
*/
#include <xp/awk/awk.h>
@ -108,7 +108,6 @@ static xp_ssize_t process_data (
}
return -1;
}
#if defined(__STAND_ALONE) && !defined(_WIN32)
@ -193,6 +192,9 @@ int xp_main (int argc, xp_char_t* argv[])
#if defined(__linux) && !defined(NDEBUG)
mtrace ();
#endif
/*#if defined(_WIN32) && defined(__STAND_ALONE) && defined(_DEBUG)
_CrtSetDbgFlag (_CRTDBG_LEAK_CHECK_DF | _CRTDBG_ALLOC_MEM_DF | _CRTDBG_CHECK_ALWAYS_DF);
#endif*/
n = __main (argc, argv);

View File

@ -66,7 +66,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "__STAND_ALONE" /FR /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "__STAND_ALONE" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe