]> mj.ucw.cz Git - umpf.git/blobdiff - lex.c
fix saving bodies
[umpf.git] / lex.c
diff --git a/lex.c b/lex.c
index d1c7b4e1a05be4cf5eb385a270d1e016f330cea1..9f0201319dfa47818beeef380a1786f45e8992a5 100644 (file)
--- a/lex.c
+++ b/lex.c
@@ -6,7 +6,6 @@
 
 #include "cond.tab.h"
 #include "umpf.h"
-#define BUFSIZE 4096
 #define KLEN 10 
 
 struct keys {
@@ -80,7 +79,7 @@ parse_err(char* msg, ...)
 }
 
 char*
-xstrdup(char* s)
+xstrdup(const char* s)
 {
         void* ret;