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
6223e158
Commit
6223e158
authored
24 years ago
by
Philippe De Muyter
Committed by
Philippe De Muyter
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
From-SVN: r34455
parent
c67dca7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/cp-demangle.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
6223e158
Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
* cp-demangle.c (stdio.h): File included unconditionaly.
...
...
This diff is collapsed.
Click to expand it.
libiberty/cp-demangle.c
View file @
6223e158
...
...
@@ -512,7 +512,7 @@ substitutions_print (dm, fp)
/* Creates a new template argument list. */
static
template_arg_list_t
template_arg_list_new
PARAMS
((
void
)
)
template_arg_list_new
(
)
{
template_arg_list_t
new_list
=
(
template_arg_list_t
)
xmalloc
(
sizeof
(
struct
template_arg_list_def
));
...
...
This diff is collapsed.
Click to expand it.
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