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
437974a9
Commit
437974a9
authored
Jul 29, 2002
by
Neil Booth
Committed by
Neil Booth
Jul 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cplus-dem.c (PREPEND_BLANK): Remove.
From-SVN: r55837
parent
72b075d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libiberty/ChangeLog
+4
-0
libiberty/cplus-dem.c
+0
-2
No files found.
libiberty/ChangeLog
View file @
437974a9
2002-07-29 Neil Booth <neil@daikokuya.co.uk>
* cplus-dem.c (PREPEND_BLANK): Remove.
2002-07-10 Jason Merrill <jason@redhat.com>
2002-07-10 Jason Merrill <jason@redhat.com>
* cp-demangle.c (demangle_identifier): Support extended Unicode
* cp-demangle.c (demangle_identifier): Support extended Unicode
...
...
libiberty/cplus-dem.c
View file @
437974a9
...
@@ -305,8 +305,6 @@ const struct demangler_engine libiberty_demanglers[] =
...
@@ -305,8 +305,6 @@ const struct demangler_engine libiberty_demanglers[] =
};
};
#define STRING_EMPTY(str) ((str) -> b == (str) -> p)
#define STRING_EMPTY(str) ((str) -> b == (str) -> p)
#define PREPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
string_prepend(str, " ");}
#define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
#define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
string_append(str, " ");}
string_append(str, " ");}
#define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
#define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
...
...
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