*** empty log message ***
This commit is contained in:
parent
da1ab71172
commit
aa7e3a8389
@ -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>
|
||||
@ -1801,7 +1801,7 @@ static const ase_byte_t* __print_atom (const ase_byte_t* p)
|
||||
}
|
||||
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);
|
||||
@ -1818,7 +1818,7 @@ static const ase_byte_t* __print_atom (const ase_byte_t* p)
|
||||
}
|
||||
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)
|
||||
|
@ -1,7 +1,7 @@
|
||||
CC = cl
|
||||
CFLAGS = /nologo /MT /W3 /GR- -I..\..\.. -I$(XPKIT) -D_WIN32_WINNT=0x0400 -D__STAND_ALONE
|
||||
LDFLAGS = /libpath:..\..\awk /libpath:$(XPKIT)\xp\bas
|
||||
LIBS = aseawk.lib xpbas.lib kernel32.lib user32.lib
|
||||
CFLAGS = /nologo /MT /W3 /GR- -I..\..\.. -D_WIN32_WINNT=0x0400
|
||||
LDFLAGS = /libpath:..\..\awk
|
||||
LIBS = aseawk.lib kernel32.lib user32.lib
|
||||
|
||||
all: awk #rex2 rex3
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
|
||||
main ()
|
||||
{
|
||||
print (("%f", 1.0));
|
||||
#print (("%f", 1.0));
|
||||
print (10) + 20;
|
||||
}
|
||||
|
||||
BEGIN {
|
||||
|
Loading…
Reference in New Issue
Block a user