summaryrefslogtreecommitdiff
path: root/lang/cim/patches/patch-src_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cim/patches/patch-src_lex.c')
-rw-r--r--lang/cim/patches/patch-src_lex.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/cim/patches/patch-src_lex.c b/lang/cim/patches/patch-src_lex.c
new file mode 100644
index 00000000000..593a48c2ffe
--- /dev/null
+++ b/lang/cim/patches/patch-src_lex.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_lex.c,v 1.1 2012/10/26 20:37:15 joerg Exp $
+
+--- src/lex.c.orig 2012-10-26 13:05:36.000000000 +0000
++++ src/lex.c
+@@ -730,7 +730,7 @@ static scanDirflags ()
+ /******************************************************************************
+ DIRLINE */
+
+-static scanDirline ()
++static void scanDirline (void)
+ {
+ FILE *file;
+ lineno += antnewline;