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
b45293b5
Commit
b45293b5
authored
Jun 10, 1999
by
Bruce Korb
Committed by
Bruce Korb
Jun 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct quoting rules
From-SVN: r27470
parent
0aa54da2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/fixinc/inclhack.def
+1
-1
No files found.
gcc/ChangeLog
View file @
b45293b5
...
@@ -10,6 +10,7 @@ Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
...
@@ -10,6 +10,7 @@ Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
*fixinc/inclhack.def(sun_auth_proto): We do not know how to
*fixinc/inclhack.def(sun_auth_proto): We do not know how to
test for the presence of valid prototypes. Delete bypass expr.
test for the presence of valid prototypes. Delete bypass expr.
(ioctl_fix_ctrl): Correct the selection expression.
(ioctl_fix_ctrl): Correct the selection expression.
(no_double_slash): Correct quoting rules
*fixinc/fixincl.x: regen
*fixinc/fixincl.x: regen
*fixinc/inclhack.sh: regen
*fixinc/inclhack.sh: regen
...
...
gcc/fixinc/inclhack.def
View file @
b45293b5
...
@@ -350,7 +350,7 @@ fix = {
...
@@ -350,7 +350,7 @@ fix = {
* Also, only accept double slashes that are not part of URL's
* Also, only accept double slashes that are not part of URL's
* and are not the end of a quoted string.
* and are not the end of a quoted string.
*/
*/
test =
" -z \"`echo ${file} | egrep \'(CC|cxx|\+\+)/\' `\""
;
test =
' -z "`echo ${file} | egrep \'(CC|cxx|\+\+)/\'`"'
;
select = '(^|[^:])//[^"*]';
select = '(^|[^:])//[^"*]';
sed = 's,^//.*$,,';
sed = 's,^//.*$,,';
sed = 's,[^:]//[^"].*$,,';
sed = 's,[^:]//[^"].*$,,';
...
...
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