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
9e5a8d47
Commit
9e5a8d47
authored
Apr 01, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded fixes relating to __stdcall.
From-SVN: r9287
parent
b2d189f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/fixinc.winnt
+1
-3
No files found.
gcc/fixinc.winnt
View file @
9e5a8d47
...
...
@@ -106,7 +106,7 @@ while [ $# != 0 ]; do
echo
'Checking header files:'
for
file
in
$files
;
do
echo
$file
if
egrep
"!__STDC__
|__stdcall|__cdecl
"
$file
>
NUL
;
then
if
egrep
"!__STDC__"
$file
>
NUL
;
then
if
[
-r
$file
]
;
then
cp
$file
$2
/
$file
>
NUL 2>&1
||
echo
"Can't copy
$file
"
chmod +w,a+r
$2
/
$file
...
...
@@ -119,8 +119,6 @@ while [ $# != 0 ]; do
sed
-e
'
s/!__STDC__/!defined (__STRICT_ANSI__)/g
s/__stdcall/__attribute__((stdcall))/g
s/__cdecl/__attribute__((cdecl))/g
'
$2
/
$file
>
$2
/
$file
.sed
mv
$2
/
$file
.sed
$2
/
$file
if
cmp
$file
$2
/
$file
>
NUL 2>&1
;
then
...
...
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