summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/extern.h
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-04-15 13:25:51 +0000
committerbapt <bapt@FreeBSD.org>2012-04-15 13:25:51 +0000
commit0b5952ee32209436c9c309856f0db1a4c196b7ff (patch)
tree03aa7c42321406348d7f5e06fd657fdf431b826c /usr.bin/m4/extern.h
parent179e79fd203fd1e5098387dc459f5d26f36b9f7a (diff)
downloadFreeBSD-src-0b5952ee32209436c9c309856f0db1a4c196b7ff.zip
FreeBSD-src-0b5952ee32209436c9c309856f0db1a4c196b7ff.tar.gz
Improve m4 compatibility with GNU m4 extension ** (exponent)
Submitted by: Marc Espie (espie@OpenBSD.org) Approved by: des@ (mentor)
Diffstat (limited to 'usr.bin/m4/extern.h')
-rw-r--r--usr.bin/m4/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h
index 29ac774..9054d22 100644
--- a/usr.bin/m4/extern.h
+++ b/usr.bin/m4/extern.h
@@ -87,6 +87,7 @@ extern ndptr macro_getbuiltin(const char *);
/* main.c */
extern void outputstr(const char *);
extern void do_emit_synchline(void);
+extern int exit_code;
#define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
/* misc.c */
OpenPOWER on IntegriCloud