]> mj.ucw.cz Git - umpf.git/commitdiff
unify BUFSIZE
authorAnicka Bernathova <anicka@anicka.net>
Tue, 14 Jul 2009 16:55:27 +0000 (18:55 +0200)
committerAnicka Bernathova <anicka@anicka.net>
Tue, 14 Jul 2009 16:55:27 +0000 (18:55 +0200)
ham.c
lex.c

diff --git a/ham.c b/ham.c
index d74a1bf404a7af1fbc16eedbb7c337ad2e4206b7..f0b7dbbb115a1a64b4ef99c0abeb28bb38426663 100644 (file)
--- a/ham.c
+++ b/ham.c
@@ -6,8 +6,6 @@
 
 #include "umpf.h"
 
-#define BUFSIZE 1024 
-
 int curbufsize;
 
 char mbox_write_buf[BUFSIZE];
diff --git a/lex.c b/lex.c
index d1c7b4e1a05be4cf5eb385a270d1e016f330cea1..de4169321743f7ab65616d47d0bda6e1a3125431 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 {