*** empty log message ***

This commit is contained in:
2006-09-25 06:17:19 +00:00
parent 5754c542db
commit a0e2bd684a
10 changed files with 75 additions and 34 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.90 2006-09-22 14:05:30 bacon Exp $
* $Id: awk.c,v 1.91 2006-09-25 06:17:19 bacon Exp $
*/
#include <xp/awk/awk.h>
@ -671,6 +671,8 @@ static int __main (int argc, xp_char_t* argv[])
syscas.to_upper = towupper;
syscas.to_lower = towlower;
#endif
syscas.memcpy = memcpy;
syscas.memset = memset;
syscas.sprintf = xp_sprintf;
#ifdef _WIN32