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
34a2d6f3
Commit
34a2d6f3
authored
Jun 24, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1260
parent
051e5bbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
gcc/cccp.c
+7
-5
No files found.
gcc/cccp.c
View file @
34a2d6f3
...
...
@@ -752,10 +752,10 @@ struct assertion_hashnode {
typedef
struct
assertion_hashnode
ASSERTION_HASHNODE
;
/* Some definitions for the hash table. The hash function MUST be
computed as shown in hashf
()
below. That is because the rescan
computed as shown in hashf below. That is because the rescan
loop computes the hash value `on the fly' for most tokens,
in order to avoid the overhead of a lot of procedure calls to
the hashf
() function. Hashf ()
only exists for the sake of
the hashf
function. hashf
only exists for the sake of
politeness, for use when speed isn't so important. */
#define ASSERTION_HASHSIZE 37
...
...
@@ -2223,6 +2223,7 @@ do { ip = &instack[indepth]; \
obp
=
op
->
bufp
;
RECACHE
;
beg_of_line
=
ibp
;
/* Our caller must always put a null after the end of
...
...
@@ -2270,13 +2271,14 @@ do { ip = &instack[indepth]; \
}
}
/*
If this is expanding a macro definition, don't recognize
preprocessor directives
. */
if
(
ip
->
macro
!
=
0
)
/*
Recognize preprocessor directives only when reading
directly from a file
. */
if
(
ip
->
fname
=
=
0
)
goto
randomchar
;
if
(
ident_length
)
goto
specialchar
;
/* # keyword: a # must be first nonblank char on the line */
if
(
beg_of_line
==
0
)
goto
randomchar
;
...
...
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