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
1f1ee825
Commit
1f1ee825
authored
Sep 09, 1998
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated, based on update to inclhack.def
From-SVN: r22361
parent
c6c83d50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
contrib/fixinc/fixincl.x
+4
-2
contrib/fixinc/inclhack.sh
+4
-2
No files found.
contrib/fixinc/fixincl.x
View file @
1f1ee825
/*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been autogen-ed Wednesday
August 5, 1998 at 10:43:15 A
M PDT
* It has been autogen-ed Wednesday
September 9, 1998 at 04:44:05 P
M PDT
* From the definitions inclhack.def
* and the template file fixincl.tpl
*
...
...
@@ -298,7 +298,9 @@ tSCC zAvoid_BoolName[] =
* File name selection pattern
*/
tSCC zAvoid_BoolList[] =
"|" "curses.h" "|";
"|" "curses.h"
"|" "term.h"
"|" "tinfo.h" "|";
/*
* Machine/OS name selection pattern
*/
...
...
contrib/fixinc/inclhack.sh
View file @
1f1ee825
...
...
@@ -2,7 +2,7 @@
#
# DO NOT EDIT THIS FILE (inclhack.sh)
#
# It has been autogen-ed
Tuesday June 02, 1998 at 06:45:50 A
M PDT
# It has been autogen-ed
Wednesday September 9, 1998 at 04:44:05 P
M PDT
# From the definitions inclhack.def
# and the template file inclhack.tpl
#
...
...
@@ -495,7 +495,9 @@ struct rusage;
#
# Fix 9: Avoid_Bool
#
case
"
$file
"
in
./curses.h
)
case
"
$file
"
in
./curses.h
|
\
./term.h
|
\
./tinfo.h
)
fixlist
=
"
${
fixlist
}
avoid_bool"
if
[
!
-r
${
DESTDIR
}
/
$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