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
ff40873a
Commit
ff40873a
authored
Dec 03, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stdio.h): Fix typos (missing quote) in previous change.
From-SVN: r6183
parent
0088e8ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/fixincludes
+2
-2
No files found.
gcc/fixincludes
View file @
ff40873a
...
...
@@ -1049,10 +1049,10 @@ if [ -r ${LIB}/$file ]; then
-e
's@\*va_list@*__va_list__@'
\
-e
's@ __va_list)@ __gnuc_va_list)@'
\
-e
's@_NEED___VA_LIST@_NEED___Va_LIST@'
\
-e
's@_HIDDEN_VA_LIST@_HIDDEN_Va_LIST@ \
-e
's@_HIDDEN_VA_LIST@_HIDDEN_Va_LIST@
'
\
-e
's@VA_LIST@DUMMY_VA_LIST@'
\
-e
's@_NEED___Va_LIST@_NEED___VA_LIST@'
\
-e '
s@_HIDDEN_Va_LIST@_HIDDEN_VA_LIST@
\
-e
's@_HIDDEN_Va_LIST@_HIDDEN_VA_LIST@
'
\
${
LIB
}
/
$file
>>
${
LIB
}
/
${
file
}
.sed
rm
-f
${
LIB
}
/
$file
;
mv
${
LIB
}
/
${
file
}
.sed
${
LIB
}
/
$file
...
...
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