pkgsrc-ng/lang/cim/patches/patch-src_expbuilder.c
2013-09-26 17:14:40 +02:00

14 lines
318 B
C

$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;