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
9ffe22f9
Commit
9ffe22f9
authored
Oct 12, 1999
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merging from no_bogosity
From-SVN: r29924
parent
bf66d77a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/fixinc/server.c
+1
-1
gcc/fixinc/server.h
+6
-1
No files found.
gcc/fixinc/server.c
View file @
9ffe22f9
...
...
@@ -83,7 +83,7 @@
# define volatile
#endif
STATIC
volatile
bool
read_pipe_timeout
;
STATIC
volatile
t_
bool
read_pipe_timeout
;
static
t_pchar
def_args
[]
=
{
(
char
*
)
NULL
,
(
char
*
)
NULL
};
...
...
gcc/fixinc/server.h
View file @
9ffe22f9
...
...
@@ -72,17 +72,22 @@ typedef struct
typedef
char
*
t_pchar
;
#ifndef NOPROCESS
#define NOPROCESS ((pid_t) -1)
#define NULLPROCESS ((pid_t)0)
#define EXIT_PANIC 99
#ifndef HAVE_T_BOOL_ENUM
#define HAVE_T_BOOL_ENUM
typedef
enum
{
BOOL_FALSE
,
BOOL_TRUE
}
bool
;
}
t_bool
;
#endif
#define _P_(p) ()
#endif
char
*
run_shell
_P_
((
const
char
*
pzCmd
));
pid_t
proc2_fopen
_P_
((
t_pf_pair
*
p_pair
,
t_pchar
*
pp_args
));
...
...
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