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
a5cb820a
Commit
a5cb820a
authored
Apr 17, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
From-SVN: r98245
parent
10dcf221
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
gcc/ChangeLog
+2
-0
gcc/c-lex.c
+0
-6
No files found.
gcc/ChangeLog
View file @
a5cb820a
...
...
@@ -8,6 +8,8 @@
<GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
type mismatches.
* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
2005-04-16 Richard Henderson <rth@redhat.com>
PR target/21051
...
...
gcc/c-lex.c
View file @
a5cb820a
...
...
@@ -46,12 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
static
int
header_time
,
body_time
;
static
splay_tree
file_info_tree
;
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE TYPE_PRECISION (wchar_type_node)
/* Number of bytes in a wide character. */
#define WCHAR_BYTES (WCHAR_TYPE_SIZE / BITS_PER_UNIT)
int
pending_lang_change
;
/* If we need to switch languages - C++ only */
int
c_header_level
;
/* depth in C headers - C++ only */
...
...
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