*** empty log message ***

This commit is contained in:
hyung-hwan 2006-10-27 10:34:40 +00:00
parent da1ab71172
commit aa7e3a8389
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $Id: rex.c,v 1.40 2006-10-26 09:27:15 bacon Exp $ * $Id: rex.c,v 1.41 2006-10-27 10:34:40 bacon Exp $
*/ */
#include <ase/awk/awk_i.h> #include <ase/awk/awk_i.h>
@ -1801,7 +1801,7 @@ static const ase_byte_t* __print_atom (const ase_byte_t* p)
} }
else else
{ {
xp_printf ("should never happen - invalid charset code\n"); xp_printf (ASE_T("should never happen - invalid charset code\n"));
} }
p += ase_sizeof(c1); p += ase_sizeof(c1);
@ -1818,7 +1818,7 @@ static const ase_byte_t* __print_atom (const ase_byte_t* p)
} }
else else
{ {
xp_printf ("should never happen - invalid atom code\n"); xp_printf (ASE_T("should never happen - invalid atom code\n"));
} }
if (cp->lbound == 0 && cp->ubound == BOUND_MAX) if (cp->lbound == 0 && cp->ubound == BOUND_MAX)

View File

@ -1,7 +1,7 @@
CC = cl CC = cl
CFLAGS = /nologo /MT /W3 /GR- -I..\..\.. -I$(XPKIT) -D_WIN32_WINNT=0x0400 -D__STAND_ALONE CFLAGS = /nologo /MT /W3 /GR- -I..\..\.. -D_WIN32_WINNT=0x0400
LDFLAGS = /libpath:..\..\awk /libpath:$(XPKIT)\xp\bas LDFLAGS = /libpath:..\..\awk
LIBS = aseawk.lib xpbas.lib kernel32.lib user32.lib LIBS = aseawk.lib kernel32.lib user32.lib
all: awk #rex2 rex3 all: awk #rex2 rex3

View File

@ -1,7 +1,8 @@
main () main ()
{ {
print (("%f", 1.0)); #print (("%f", 1.0));
print (10) + 20;
} }
BEGIN { BEGIN {