diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-05-03 16:25:49 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-05-03 16:25:49 -0700 |
commit | 66b2ba11a63a3f210461d440fca565a836a25281 (patch) | |
tree | a5fdbea7c788cddb23047f41db29e881f38e0805 /gcc/c-parse.in | |
parent | fe9ef5d7b76fd06c4b39374884e3ef39c23827fb (diff) | |
download | gcc-66b2ba11a63a3f210461d440fca565a836a25281.zip gcc-66b2ba11a63a3f210461d440fca565a836a25281.tar.gz gcc-66b2ba11a63a3f210461d440fca565a836a25281.tar.bz2 |
Delete cond.awk reference.
From-SVN: r4310
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 0693371..1cab424 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This file defines the grammar of C and that of Objective C. ifobjc ... end ifobjc conditionals contain code for Objective C only. ifc ... end ifc conditionals contain code for C only. - The awk script cond.awk is used to convert this file into + Sed commands in Makefile.in are used to convert this file into c-parse.y and into objc-parse.y. */ /* To whomever it may concern: I have heard that such a thing was once |