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
9a726fc1
Commit
9a726fc1
authored
Jun 10, 1999
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected quote formation
From-SVN: r27471
parent
b45293b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/fixinc/fixincl.x
+1
-1
gcc/fixinc/inclhack.sh
+1
-1
No files found.
gcc/fixinc/fixincl.x
View file @
9a726fc1
...
...
@@ -606,7 +606,7 @@ tSCC zNo_Double_SlashSelect0[] =
* perform the 'test' shell command - do fix on success
*/
tSCC zNo_Double_SlashTest0[] =
" -z \"`echo ${file} | egrep '(CC|cxx|
++)/'
`\"";
" -z \"`echo ${file} | egrep '(CC|cxx|
\\+\\+)/'
`\"";
#define NO_DOUBLE_SLASH_TEST_CT 2
#define NO_DOUBLE_SLASH_RE_CT 1
...
...
gcc/fixinc/inclhack.sh
View file @
9a726fc1
...
...
@@ -748,7 +748,7 @@ struct rusage;
# Fix 17: No_Double_Slash
#
if
(
test
-n
"
`
egrep
'(^|[^:])//[^\"*]'
${
file
}
`
"
-a
\
'('
-z
"
`
echo
${
file
}
| egrep
'(CC|cxx|
++)/'
`
"
')'
'('
-z
"
`
echo
${
file
}
| egrep
'(CC|cxx|
\+\+)/'
`
"
')'
)
>
/dev/null 2>&1
;
then
fixlist
=
"
${
fixlist
}
no_double_slash"
...
...
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