diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-27 00:22:09 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-27 00:22:09 +0000 |
commit | 89dd3424df8ac2d17450d284527fb198a56e6966 (patch) | |
tree | dc4970c1b2719ecbf07d64d579ef3e2a3c901702 /gcc/fixinc | |
parent | 57985e3a1df4c66cd3cca8d41ec543e0c73c8abf (diff) | |
download | gcc-89dd3424df8ac2d17450d284527fb198a56e6966.tar.gz |
* emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
(init_emit_once): Update calls.
* fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
(init_syntax_once): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/gnu-regex.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c index c4a8244696e..7468cad5269 100644 --- a/gcc/fixinc/gnu-regex.c +++ b/gcc/fixinc/gnu-regex.c @@ -22,9 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#undef _GNU_SOURCE -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H # include <config.h> #endif @@ -156,6 +153,8 @@ extern char *re_syntax_table; static char re_syntax_table[CHAR_SET_SIZE]; +static void init_syntax_once PARAMS ((void)); + static void init_syntax_once () { |