diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fixinc/fixincl.tpl | 4 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.tpl | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8160081..f4d4b26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-04-07 11:50 -0800 Bruce Korb <ddsinc09@ix.netcom.com> + + * fixinc/inclhack.tpl & fixincl.tpl: + Remove dynamic content from generated files + Wed Apr 7 13:16:22 EDT 1999 John Wehle (john@feith.com) * i386.c (output_move_memory): Remove. diff --git a/gcc/fixinc/fixincl.tpl b/gcc/fixinc/fixincl.tpl index 8f00344..27cf116 100644 --- a/gcc/fixinc/fixincl.tpl +++ b/gcc/fixinc/fixincl.tpl @@ -1,13 +1,13 @@ [= autogen template -*- Mode: C -*- x =] /* -[= _eval "# * " _DNE =] + * DO NOT EDIT THIS FILE - it has been generated * * Install modified versions of certain ANSI-incompatible system header * files which are fixed to work correctly with ANSI C and placed in a * directory that GNU C will search. * - * This script contains [=_eval fix _hilim 1 +=] fixup scripts. + * This script contains [=_eval fix _count =] fixup scripts. * * See README-fixinc for more information. * diff --git a/gcc/fixinc/inclhack.tpl b/gcc/fixinc/inclhack.tpl index 376f71d..b6b634b 100644 --- a/gcc/fixinc/inclhack.tpl +++ b/gcc/fixinc/inclhack.tpl @@ -5,7 +5,7 @@ sh =] #!/bin/sh # -[= _EVAL "## " _DNE =] +# DO NOT EDIT THIS FILE - it has been generated # # Install modified versions of certain ANSI-incompatible system header # files which are fixed to work correctly with ANSI C and placed in a |