summaryrefslogtreecommitdiffstats
path: root/gcc/cp/lex.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 14:48:02 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 14:48:02 +0000
commit9352387785a00ec248f7b1134856ba4d91ecd048 (patch)
treee9fb98404f857d20d8698ebaf018a3542d0aea64 /gcc/cp/lex.c
parent6e3bf4e5ac07bf123c88f4754059c2bcb06f21e1 (diff)
downloadppe42-gcc-9352387785a00ec248f7b1134856ba4d91ecd048.tar.gz
ppe42-gcc-9352387785a00ec248f7b1134856ba4d91ecd048.zip
* class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,
search.c, typeck2.c: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90265 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r--gcc/cp/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index c0b79685694..d9775d94f0a 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -349,7 +349,7 @@ cxx_init (void)
cxx_init_decl_processing ();
/* Create the built-in __null node. It is important that this is
- not shared. */
+ not shared. */
null_node = make_node (INTEGER_CST);
TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0);
OpenPOWER on IntegriCloud