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
2c47b56b
Commit
2c47b56b
authored
Nov 16, 2001
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Nov 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test for token pasting to also check "|| defined(ALMOST_STDC)"
From-SVN: r47108
parent
23850d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
libiberty/ChangeLog
+3
-2
libiberty/regex.c
+2
-2
No files found.
libiberty/ChangeLog
View file @
2c47b56b
2001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE)
to determine whether ISO CPP token pasting is available.
* regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
is available.
Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
...
...
libiberty/regex.c
View file @
2c47b56b
...
...
@@ -612,7 +612,7 @@ typedef enum
# define UCHAR_T unsigned char
# define COMPILED_BUFFER_VAR bufp->buffer
# define OFFSET_ADDRESS_SIZE 2
# if defined (__STDC__) || defined (HAVE_STRINGIZE)
# if defined (__STDC__) || defined (
ALMOST_STDC) || defined (
HAVE_STRINGIZE)
# define PREFIX(name) byte_##name
# else
# define PREFIX(name) byte_
/**/
name
...
...
@@ -626,7 +626,7 @@ typedef enum
# define COMPILED_BUFFER_VAR wc_buffer
# define OFFSET_ADDRESS_SIZE 1
/* the size which STORE_NUMBER macro use */
# define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
# if defined (__STDC__) || defined (HAVE_STRINGIZE)
# if defined (__STDC__) || defined (
ALMOST_STDC) || defined (
HAVE_STRINGIZE)
# define PREFIX(name) wcs_##name
# define ARG_PREFIX(name) c##name
# else
...
...
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