summaryrefslogtreecommitdiff
path: root/src/gant
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-11 18:37:48 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-11 18:37:48 +0200
commit367788f6468a94e1d7e23d6cb6b863b264063d9f (patch)
tree7e5f4a04c1435fec98f61447d56fca9407e23ac2 /src/gant
parent55ccd71f73276006712f9247284aa825b49a0281 (diff)
parentf8b57e68586505af4ef38a6ff5d35b2fd1ad5f48 (diff)
Merge branch 'master' of https://code.google.com/p/antpm
Diffstat (limited to 'src/gant')
-rw-r--r--src/gant/antlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gant/antlib.c b/src/gant/antlib.c
index 8b3c58d..e879b8d 100644
--- a/src/gant/antlib.c
+++ b/src/gant/antlib.c
@@ -28,6 +28,10 @@
#define MAXCHAN 32
#define BSIZE 8*10000
+#ifndef IUCLC
+# define IUCLC 0
+#endif
+
#define uchar unsigned char
#define hexval(c) ((c >= '0' && c <= '9') ? (c-'0') : ((c&0xdf)-'A'+10))