1e3d8b22e0
needed.
23 lines
656 B
C
23 lines
656 B
C
$NetBSD: patch-src_genexp.c,v 1.1 2012/10/26 20:37:15 joerg Exp $
|
|
|
|
--- src/genexp.c.orig 2012-10-26 13:04:17.000000000 +0000
|
|
+++ src/genexp.c
|
|
@@ -20,6 +20,8 @@
|
|
#include "gen.h"
|
|
#include "extspec.h"
|
|
|
|
+#include <string.h>
|
|
+
|
|
int stack;
|
|
static int anttext;
|
|
int inthunk; /* Brukes i forbindelse med uttrykk i
|
|
@@ -196,8 +198,7 @@ genmodulemark(maintimestamp) char *maint
|
|
/******************************************************************************
|
|
GENVALUE */
|
|
|
|
-genvalue (re)
|
|
- struct EXP *re;
|
|
+void genvalue (struct EXP *re)
|
|
{
|
|
struct EXP *rex;
|
|
static struct EXP *ree;
|