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
7ec09bf7
Commit
7ec09bf7
authored
Aug 24, 2000
by
Greg McGary
Committed by
Greg McGary
Aug 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h (MAIN_NAME_P): Remove macro.
From-SVN: r35946
parent
5b47282c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+0
-10
No files found.
gcc/cp/ChangeLog
View file @
7ec09bf7
2000-08-24 Greg McGary <greg@mcgary.org>
* cp-tree.h (MAIN_NAME_P): Remove macro.
2000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
2000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c (print_instantiation_context): Don't forget to flush the
* error.c (print_instantiation_context): Don't forget to flush the
...
...
gcc/cp/cp-tree.h
View file @
7ec09bf7
...
@@ -376,11 +376,6 @@ typedef struct ptrmem_cst
...
@@ -376,11 +376,6 @@ typedef struct ptrmem_cst
&& DECL_NAME (NODE) != NULL_TREE \
&& DECL_NAME (NODE) != NULL_TREE \
&& MAIN_NAME_P (DECL_NAME (NODE)))
&& MAIN_NAME_P (DECL_NAME (NODE)))
/* Returns non-zero iff ID_NODE is an IDENTIFIER_NODE whose name is
`main'. */
#define MAIN_NAME_P(ID_NODE) \
(strcmp (IDENTIFIER_POINTER (ID_NODE), "main") == 0)
struct
tree_binding
struct
tree_binding
{
{
...
@@ -3506,11 +3501,6 @@ extern varray_type local_classes;
...
@@ -3506,11 +3501,6 @@ extern varray_type local_classes;
(BUF) = wbuf; \
(BUF) = wbuf; \
} while (0)
} while (0)
/* Returns non-zero iff ID_NODE is an IDENTIFIER_NODE whose name is
`main'. */
#define MAIN_NAME_P(ID_NODE) \
(strcmp (IDENTIFIER_POINTER (ID_NODE), "main") == 0)
/* Returns non-zero iff NODE is a declaration for the global function
/* Returns non-zero iff NODE is a declaration for the global function
`main'. */
`main'. */
#define DECL_MAIN_P(NODE) \
#define DECL_MAIN_P(NODE) \
...
...
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