*** empty log message ***

This commit is contained in:
2006-10-26 09:31:28 +00:00
parent 2b50e6dfb0
commit bfa9edd9ab
33 changed files with 450 additions and 444 deletions

View File

@@ -5,6 +5,10 @@
#include <xp/bas/locale.h>
#include <xp/bas/sio.h>
#include <string.h>
#include <wctype.h>
#include <stdlib.h>
#ifdef __linux
#include <mcheck.h>
#endif
@@ -326,4 +330,4 @@ int xp_main (int argc, xp_char_t* argv[])
#endif
return n;
}
}