diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-03 06:47:05 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-03 06:47:05 +0000 |
commit | 960e4c1ceabdbe35230211e9e06245b879474f0a (patch) | |
tree | 4ced4b24a21e86e73796a6dcd08daf79c41b949d /gcc/cexp.y | |
parent | 90989852ca13d0fef1250e3b0fb9369a671f29fd (diff) | |
download | gcc-960e4c1ceabdbe35230211e9e06245b879474f0a.zip gcc-960e4c1ceabdbe35230211e9e06245b879474f0a.tar.gz gcc-960e4c1ceabdbe35230211e9e06245b879474f0a.tar.bz2 |
Comment syntax fix.
From-SVN: r2041
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r-- | gcc/cexp.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. You are forbidden to forbid anyone else to use, share and improve what you give them. Help stamp out software-hoarding! - Adapted from expread.y of GDB by Paul Rubin, July 1986. + Adapted from expread.y of GDB by Paul Rubin, July 1986. */ /* Parse a C expression from text in a string */ |