* name-lookup.c: Follow spelling conventions.
From-SVN: r119440
This commit is contained in:
parent
d3c56bc88f
commit
811895d518
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-02 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
|
* name-lookup.c: Follow spelling conventions.
|
||||||
|
|
||||||
2006-12-01 Geoffrey Keating <geoffk@apple.com>
|
2006-12-01 Geoffrey Keating <geoffk@apple.com>
|
||||||
|
|
||||||
* decl.c (poplevel): Check DECL_INITIAL invariant.
|
* decl.c (poplevel): Check DECL_INITIAL invariant.
|
||||||
|
@ -61,7 +61,7 @@ tree global_namespace;
|
|||||||
unit. */
|
unit. */
|
||||||
static GTY(()) tree anonymous_namespace_name;
|
static GTY(()) tree anonymous_namespace_name;
|
||||||
|
|
||||||
/* Initialise anonymous_namespace_name if necessary, and return it. */
|
/* Initialize anonymous_namespace_name if necessary, and return it. */
|
||||||
|
|
||||||
static tree
|
static tree
|
||||||
get_anonymous_namespace_name(void)
|
get_anonymous_namespace_name(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user