diff options
Diffstat (limited to 'gcc/cp/lex.c')
| -rw-r--r-- | gcc/cp/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index c0b7968..d9775d9 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); |
