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
0ff76398
Commit
0ff76398
authored
Sep 08, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sbusdev/audiovar.h): Fix wrongly edited // comments
nested within /* */ comments. From-SVN: r5289
parent
fa0d5369
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gcc/fixincludes
+11
-0
No files found.
gcc/fixincludes
View file @
0ff76398
...
...
@@ -828,6 +828,17 @@ if [ -r ${LIB}/$file ]; then
fi
fi
# Same problem with a file from SunOS 4.1.3 : a header file containing
# the string "//" embedded in "/**/"
file
=
sbusdev/audiovar.h
if
[
-r
${
LIB
}
/
$file
]
;
then
echo
Fixing
$file
, overeager sed script
rm
${
LIB
}
/
$file
sed
-e
's|//.*$||g'
$file
>
${
LIB
}
/
$file
chmod +w
${
LIB
}
/
$file
2>/dev/null
chmod a+r
${
LIB
}
/
$file
2>/dev/null
fi
# Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
# declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
# many other systems have similar text but correct versions of the 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