diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 1999-03-03 07:41:52 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-03-03 07:41:52 +0000 |
commit | 1f414ac48f4a946930e35c5003b5f020ad8168c4 (patch) | |
tree | 479ea57b8451b885c972eec0fba1e784cb5fca7c /gcc/fixinc/regex.c | |
parent | 9a9f6326f2f7d333567dbe114edd245672eff566 (diff) | |
download | gcc-1f414ac48f4a946930e35c5003b5f020ad8168c4.zip gcc-1f414ac48f4a946930e35c5003b5f020ad8168c4.tar.gz gcc-1f414ac48f4a946930e35c5003b5f020ad8168c4.tar.bz2 |
Merge from fixincl-branch
From-SVN: r25558
Diffstat (limited to 'gcc/fixinc/regex.c')
-rw-r--r-- | gcc/fixinc/regex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fixinc/regex.c b/gcc/fixinc/regex.c index 3c6d502..97cbcc1 100644 --- a/gcc/fixinc/regex.c +++ b/gcc/fixinc/regex.c @@ -25,8 +25,6 @@ #pragma alloca #endif -/* $Id: regex.c,v 1.3 1999/01/11 13:34:23 law Exp $ */ - #define _GNU_SOURCE /* We need this for `regex.h', and perhaps for the Emacs include files. */ |