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
bf66d77a
Commit
bf66d77a
authored
Oct 12, 1999
by
Bruce Korb
Committed by
Bruce Korb
Oct 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protect the definitions of the t_bool enum
[[Split portion of a mixed commit.]] From-SVN: r29923.2
parent
8988641b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+2
-0
gcc/fixinc/fixlib.h
+3
-0
No files found.
gcc/ChangeLog
View file @
bf66d77a
...
...
@@ -7,6 +7,8 @@ Fri Oct 8 19:46:03 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
Tue Oct 12 07:38:41 1999 Bruce Korb <autogen@linuxbox.com>
* fixincl/*: Merged "
no_bogosity
" branch
* fixincl/fixlib.h: protect against doubly defining t_bool
* fixincl/server.h: protect against doubly defining t_bool
Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
...
...
gcc/fixinc/fixlib.h
View file @
bf66d77a
...
...
@@ -76,10 +76,13 @@ typedef int t_success;
#define EXIT_PANIC 99
#ifndef HAVE_T_BOOL_ENUM
#define HAVE_T_BOOL_ENUM
typedef
enum
{
BOOL_FALSE
,
BOOL_TRUE
}
t_bool
;
#endif
#define _P_(p) ()
#endif
...
...
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