From b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 30 Oct 2011 02:40:54 -0400 Subject: We don't include headers in headers in this project. * parser.h: Do not include * regex.c: Include * regex.h: Do not include --- ChangeLog | 10 ++++++++++ parser.h | 1 - regex.c | 1 + regex.h | 2 -- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88dfb4a0..6ae568ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-10-30 Kaz Kylheku + + We don't include headers in headers in this project. + + * parser.h: Do not include + + * regex.c: Include + + * regex.h: Do not include + 2011-10-30 Kaz Kylheku Bug #34691 diff --git a/parser.h b/parser.h index 7d7e1fb8..5c096720 100644 --- a/parser.h +++ b/parser.h @@ -24,7 +24,6 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include extern cnum lineno; extern int errors; extern val yyin_stream; diff --git a/regex.c b/regex.c index a50f9007..700855bd 100644 --- a/regex.c +++ b/regex.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "config.h" #include "lib.h" #include "unwind.h" diff --git a/regex.h b/regex.h index 2f8378c2..57d8fb6b 100644 --- a/regex.h +++ b/regex.h @@ -24,8 +24,6 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include - val regex_compile(val regex_sexp); val regexp(val); val search_regex(val haystack, val needle_regex, val start_num, val from_end); -- cgit v1.2.3