summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-23 03:00:04 +0700
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-22 21:34:54 +0100
commit706a6f88f46a203adfeada1f3d98262d7cc47e47 (patch)
tree3b42d47a03cedc795a64e5fa02ada74f74de5049 /utf8.c
parent11fa9174dad72268c5468765ecc81112b1ca95d3 (diff)
bsd compile fixes
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 19b6a72c..b55bc0de 100644
--- a/utf8.c
+++ b/utf8.c
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
-#include <alloca.h>
+//#include <alloca.h>
#include "ctype.h"
#include "utf8.h"