diff src/tokenizer.h @ 75:1142e46be550

start coding on new config syntax
author carl
date Wed, 13 Jul 2005 23:04:14 -0700
parents 2b369f7db7bf
children 99049fdc7320
line wrap: on
line diff
--- a/src/tokenizer.h	Sun Jul 10 14:19:00 2005 -0700
+++ b/src/tokenizer.h	Wed Jul 13 23:04:14 2005 -0700
@@ -46,7 +46,7 @@
     void    token_error(const char *err);
     void    token_error(const char *fmt, int d, const char *s);
     void    token_error(const char *fmt, const char *t, const char *h);
-    void    token_error(const char *token, const char *have);
+    void    token_error(const char *want, const char *have);
     void    token_error();
 };