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
5d8b4235
Commit
5d8b4235
authored
Jan 09, 2002
by
Graham Stott
Committed by
Graham Stott
Jan 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.h (grokdeclarator): Wrap long line.
From-SVN: r48675
parent
c3af729a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/decl.h
+3
-2
No files found.
gcc/cp/ChangeLog
View file @
5d8b4235
2002-01-09 Graham Stott <grahams@redhat.com>
* decl.h ( grokdeclarator): Wrap long line.
* semantics.c (FINISH_COND): Uppercase macro paramaters and
add parenthesis.
...
...
gcc/cp/decl.h
View file @
5d8b4235
/* Variables and structures for declaration processing.
Copyright (C) 1993, 2000 Free Software Foundation, Inc.
Copyright (C) 1993, 2000
, 2002
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -31,7 +31,8 @@ enum decl_context
};
/* We need this in here to get the decl_context definition. */
extern
tree
grokdeclarator
PARAMS
((
tree
,
tree
,
enum
decl_context
,
int
,
tree
*
));
extern
tree
grokdeclarator
PARAMS
((
tree
,
tree
,
enum
decl_context
,
int
,
tree
*
));
/* Parsing a function declarator leaves a list of parameter names
or a chain or parameter decls here. */
...
...
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