]> 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 4beb8bb1afaf3ac8f438dd425895f21b533b1549..9f0201319dfa47818beeef380a1786f45e8992a5 100644 (file)
--- a/lex.c
+++ b/lex.c
@@ -5,8 +5,7 @@
 #include <stdarg.h>
 
 #include "cond.tab.h"
-#include "brum.h"
-#define BUFSIZE 4096
+#include "umpf.h"
 #define KLEN 10 
 
 struct keys {
@@ -80,7 +79,7 @@ parse_err(char* msg, ...)
 }
 
 char*
-xstrdup(char* s)
+xstrdup(const char* s)
 {
         void* ret;