aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-03 06:47:05 +0000
committerRichard Stallman <rms@gnu.org>1992-09-03 06:47:05 +0000
commit960e4c1ceabdbe35230211e9e06245b879474f0a (patch)
tree4ced4b24a21e86e73796a6dcd08daf79c41b949d /gcc/cexp.y
parent90989852ca13d0fef1250e3b0fb9369a671f29fd (diff)
downloadgcc-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.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y
index 8f500e9..293d990 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -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 */