Commit e536cfdf by Andreas Jaeger

* c-common.def: Fix typo in comment.

From-SVN: r48096
parent 540136cb
2001-12-17 Andreas Jaeger <aj@suse.de>
* c-common.def: Fix typo in comment.
2001-12-16 David O'Brien <obrien@FreeBSD.org> 2001-12-16 David O'Brien <obrien@FreeBSD.org>
* config.gcc (sparc64-*-freebsd*): Add target. * config.gcc (sparc64-*-freebsd*): Add target.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
additional tree codes used in the GNU C++ compiler (see tree.def additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes). for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
1999, 2000 Free Software Foundation, Inc. 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Benjamin Chelf <chelf@codesourcery.com> Written by Benjamin Chelf <chelf@codesourcery.com>
This file is part of GCC. This file is part of GCC.
...@@ -103,7 +103,7 @@ DEFTREECODE (CASE_LABEL, "case_label", 'e', 3) ...@@ -103,7 +103,7 @@ DEFTREECODE (CASE_LABEL, "case_label", 'e', 3)
DEFTREECODE (STMT_EXPR, "stmt_expr", 'e', 1) DEFTREECODE (STMT_EXPR, "stmt_expr", 'e', 1)
/* A COMPOUND_LITERAL_EXPR represents a C99 compound literal. The /* A COMPOUND_LITERAL_EXPR represents a C99 compound literal. The
COMPOND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl COMPOUND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl
for the anonymous object represented by the COMPOUND_LITERAL; for the anonymous object represented by the COMPOUND_LITERAL;
the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
the compound literal. */ the compound literal. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment