summaryrefslogtreecommitdiff
path: root/lang/cim/patches/patch-src_expbuilder.c
blob: 02b79d72a3f38e77b7276d60bae8747402a88cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;