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
43e76f81
Commit
43e76f81
authored
Apr 17, 2000
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regen after last change
From-SVN: r33218
parent
82234d29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
gcc/cexp.c
+10
-7
No files found.
gcc/cexp.c
View file @
43e76f81
...
@@ -335,7 +335,7 @@ static const short yycheck[] = { 4,
...
@@ -335,7 +335,7 @@ static const short yycheck[] = { 4,
26
,
27
,
23
,
24
,
25
,
26
,
27
,
0
,
9
26
,
27
,
23
,
24
,
25
,
26
,
27
,
0
,
9
};
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/
lib
/bison.simple"
#line 3 "/usr/
share/misc
/bison.simple"
/* This file comes from bison-1.28. */
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
/* Skeleton output parser for bison,
...
@@ -549,7 +549,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
...
@@ -549,7 +549,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
#endif
#endif
#line 217 "/usr/
lib
/bison.simple"
#line 217 "/usr/
share/misc
/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
into yyparse. The argument should have type void *.
...
@@ -1154,7 +1154,7 @@ case 40:
...
@@ -1154,7 +1154,7 @@ case 40:
break
;}
break
;}
}
}
/* the action file gets copied in in place of this dollarsign */
/* the action file gets copied in in place of this dollarsign */
#line 543 "/usr/
lib
/bison.simple"
#line 543 "/usr/
share/misc
/bison.simple"
yyvsp
-=
yylen
;
yyvsp
-=
yylen
;
yyssp
-=
yylen
;
yyssp
-=
yylen
;
...
@@ -2097,10 +2097,13 @@ initialize_random_junk ()
...
@@ -2097,10 +2097,13 @@ initialize_random_junk ()
* refer to them.
* refer to them.
*/
*/
for
(
i
=
'a'
;
i
<=
'z'
;
i
++
)
{
for
(
i
=
'a'
;
i
<=
'z'
;
i
++
)
{
++
is_idchar
[
TOUPPER
(
i
)];
/* SKIP EBCIDIC holes, char must be a valid low case char */
++
is_idchar
[
i
];
if
(
ISLOWER
(
i
))
{
++
is_idstart
[
TOUPPER
(
i
)];
++
is_idchar
[
TOUPPER
(
i
)];
++
is_idstart
[
i
];
++
is_idchar
[
i
];
++
is_idstart
[
TOUPPER
(
i
)];
++
is_idstart
[
i
];
}
}
}
for
(
i
=
'0'
;
i
<=
'9'
;
i
++
)
for
(
i
=
'0'
;
i
<=
'9'
;
i
++
)
++
is_idchar
[
i
];
++
is_idchar
[
i
];
...
...
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