diff options
-rw-r--r-- | contrib/gcc/config/freebsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 6317f7e..ee37fd9 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -1,4 +1,3 @@ -/* $Id: freebsd.h,v 1.18 1999/08/19 09:16:22 obrien Exp $ */ /* Base configuration file for all FreeBSD targets. Copyright (C) 1999 Free Software Foundation, Inc. @@ -25,6 +24,8 @@ Boston, MA 02111-1307, USA. */ Adapted from /usr/src/contrib/gcc/config/i386/freebsd.h & egcs/gcc/config/i386/freebsd-elf.h version by David O'Brien */ +/* $FreeBSD$ */ + /* Don't assume anything about the header files. */ #undef NO_IMPLICIT_EXTERN_C |