summaryrefslogtreecommitdiff
path: root/lang/cim/patches/patch-src_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cim/patches/patch-src_gen.h')
-rw-r--r--lang/cim/patches/patch-src_gen.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/cim/patches/patch-src_gen.h b/lang/cim/patches/patch-src_gen.h
new file mode 100644
index 00000000000..7c0c8060c27
--- /dev/null
+++ b/lang/cim/patches/patch-src_gen.h
@@ -0,0 +1,18 @@
+$NetBSD: patch-src_gen.h,v 1.1 2012/10/26 20:37:15 joerg Exp $
+
+--- src/gen.h.orig 2012-10-26 13:04:50.000000000 +0000
++++ src/gen.h
+@@ -68,11 +68,11 @@ extern gentype ();
+ extern genmodulemark();
+ extern gen_adr_prot();
+
+-extern genvalue();
++void genvalue (struct EXP *re);
+
+ /* genpar.c */
+ extern genprocparam ();
+-extern genpredefproccall ();
++void genpredefproccall (struct EXP *re);
+ extern gencproccall ();
+ extern gen_thunk_simple_address ();
+ extern gen_thunk_simple_value ();