Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
10d2dbe2
Commit
10d2dbe2
authored
Feb 07, 2003
by
Gabor Greif
Committed by
Gerald Pfeifer
Feb 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi (Namespaces): Fix typo.
From-SVN: r62522
parent
ccef8307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/c-tree.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
10d2dbe2
2003
-
02
-
07
Gabor
Greif
<
ggreif
@lucent
.
com
>
*
doc
/
c
-
tree
.
texi
(
Namespaces
)
:
Fix
typo
.
Fri
Feb
7
02
:
18
:
57
CET
2003
Jan
Hubicka
<
jh
@suse
.
cz
>
*
regrename
.
c
(
do_replace
,
find_oldest_value_reg
,
...
...
gcc/doc/c-tree.texi
View file @
10d2dbe2
@c
Copyright
(
c
)
1999
,
2000
,
2001
Free
Software
Foundation
,
Inc
.
@c
Copyright
(
c
)
1999
,
2000
,
2001
,
2002
,
2003
Free
Software
Foundation
,
Inc
.
@c
Free
Software
Foundation
,
Inc
.
@c
This
is
part
of
the
GCC
manual
.
@c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
...
...
@@ -645,7 +645,7 @@ the unqualified name of the name of the namespace (@pxref{Identifiers}).
The
name
of
the
global
namespace
is
@samp
{
::
},
even
though
in
C
++
the
global
namespace
is
unnamed
.
However
,
you
should
use
comparison
with
@code
{
global_namespace
},
rather
than
@code
{
DECL_NAME
}
to
determine
whether
or
not
a
namespace
s
is
the
global
one
.
An
unnamed
namespace
whether
or
not
a
namespace
is
the
global
one
.
An
unnamed
namespace
will
have
a
@code
{
DECL_NAME
}
equal
to
@code
{
anonymous_namespace_name
}.
Within
a
single
translation
unit
,
all
unnamed
namespaces
will
have
the
same
name
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment