summaryrefslogtreecommitdiff
path: root/lang/cim/patches/patch-src_expbuilder.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cim/patches/patch-src_expbuilder.c')
-rw-r--r--lang/cim/patches/patch-src_expbuilder.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/cim/patches/patch-src_expbuilder.c b/lang/cim/patches/patch-src_expbuilder.c
new file mode 100644
index 00000000000..02b79d72a3f
--- /dev/null
+++ b/lang/cim/patches/patch-src_expbuilder.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_expbuilder.c,v 1.1 2012/10/26 20:37:15 joerg Exp $
+
+--- src/expbuilder.c.orig 2012-10-26 13:06:11.000000000 +0000
++++ src/expbuilder.c
+@@ -195,7 +195,7 @@ struct EXP *elook()
+
+ /* Bygger opp et uttrykstree, Alle operatorene leses postfix */
+
+-ebuild ()
++void ebuild (void)
+ {
+ struct EXP *re;
+