tokenizer.c

changeset 60
a4033700e35c
parent 53
f8f9366b359c
child 62
aae5facf9fc5
--- a/tokenizer.c	Mon Feb 16 00:55:23 2004 +0100
+++ b/tokenizer.c	Mon Feb 16 18:04:44 2004 +0100
@@ -419,8 +419,8 @@
 }
 
 #define NP_SIMPLE_IMPL
-#include "numparser2.h"
-#include "np-conv.h"
+#include "np/numparser2.h"
+#include "np/np-conv.h"
 
 
 static int scan_number(Token *tok, Tokenizer *tokz, int c)

mercurial