summaryrefslogtreecommitdiff
path: root/usr.bin/m4/extern.h
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-10-14 17:19:48 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-10-14 17:19:48 +0000
commit5b12bc258fe8c9e40a38b5d45689be67d677bb9e (patch)
tree9e0f7f43bfddd3c3f782e4ff31d6d91d1ecb59d4 /usr.bin/m4/extern.h
parent63b309eaa3257f1ab6ca190c82bea9ab4960f18f (diff)
Support the -P option from gnu m4, which prefixes builtins with the
string m4_. Feedback from jmc@, Tobias Ulmer, Matthew Dempsky - thanks! ok espie@
Diffstat (limited to 'usr.bin/m4/extern.h')
-rw-r--r--usr.bin/m4/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h
index 26c8afaef52..e2cb60e9f87 100644
--- a/usr.bin/m4/extern.h
+++ b/usr.bin/m4/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.48 2008/08/21 20:59:14 espie Exp $ */
+/* $OpenBSD: extern.h,v 1.49 2009/10/14 17:19:47 sthen Exp $ */
/* $NetBSD: extern.h,v 1.3 1996/01/13 23:25:24 pk Exp $ */
/*-
@@ -173,4 +173,5 @@ extern char scommt[MAXCCHARS+1];/* start character for comment */
extern int synch_lines; /* line synchronisation directives */
extern int mimic_gnu; /* behaves like gnu-m4 */
+extern int prefix_builtins; /* prefix builtin macros with m4_ */