diff options
author | Bruce Korb <ddsinc09@ix.netcom.com> | 1999-04-07 11:50:49 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-04-07 11:50:49 +0000 |
commit | 12408bb3aa9268cf8833d50b59d0af40108ace36 (patch) | |
tree | ab72a7a9ba99469814765b2a7ac3d7623c9fcc26 | |
parent | 61a1397b0635f1d301dd9a7f4ff5adac9010acb1 (diff) | |
download | gcc-12408bb3aa9268cf8833d50b59d0af40108ace36.zip gcc-12408bb3aa9268cf8833d50b59d0af40108ace36.tar.gz gcc-12408bb3aa9268cf8833d50b59d0af40108ace36.tar.bz2 |
Remove dynamic content from generated files
From-SVN: r26259
-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 |