aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/parser.y
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-18 22:40:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-18 22:40:12 +0000
commit31129d4f23b03650ced18c38d66790873ce3963b (patch)
tree8e96dcb3eb8b70d5a12c81791048eeee34b1ee9f /usr.bin/m4/parser.y
parent2b490bc747e67a2b9cecb12321ed4719600d31e9 (diff)
downloadsrc-31129d4f23b03650ced18c38d66790873ce3963b.tar.gz
src-31129d4f23b03650ced18c38d66790873ce3963b.zip
Synchronize with OpenBSD
Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=283089
Diffstat (limited to 'usr.bin/m4/parser.y')
-rw-r--r--usr.bin/m4/parser.y8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/m4/parser.y b/usr.bin/m4/parser.y
index 8e8ad8c5e264..3e4c80512a41 100644
--- a/usr.bin/m4/parser.y
+++ b/usr.bin/m4/parser.y
@@ -19,15 +19,9 @@
*/
#include <math.h>
-#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
-
-#include "mdef.h"
-#include "extern.h"
-
#define YYSTYPE int32_t
-
+extern int32_t end_result;
extern int yylex(void);
extern int yyerror(const char *);
%}