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
c96a8082
Commit
c96a8082
authored
25 years ago
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/cygwin.h: PROTO -> PARAMS.
From-SVN: r31633
parent
158991b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
gcc/ChangeLog
+4
-0
gcc/config/i386/cygwin.h
+9
-9
No files found.
gcc/ChangeLog
View file @
c96a8082
2000
-
01
-
26
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
i386
/
cygwin
.
h
:
PROTO
->
PARAMS
.
2000
-
01
-
26
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
config
/
sparc
/
sparc
.
c
(
sparc_emit_float_lib_cmp
)
:
Handle
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/cygwin.h
View file @
c96a8082
...
...
@@ -496,24 +496,24 @@ do { \
/* External function declarations. */
#ifndef P
ROTO
#ifndef P
ARAMS
#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
#define P
ROTO
(ARGS) ARGS
#define P
ARAMS
(ARGS) ARGS
#else
#define P
ROTO
(ARGS) ()
#define P
ARAMS
(ARGS) ()
#endif
#endif
#ifdef BUFSIZ
/* stdio.h has been included, ok to use FILE * */
#define STDIO_P
ROTO(ARGS) PROTO
(ARGS)
#define STDIO_P
ARAMS(ARGS) PARAMS
(ARGS)
#else
#define STDIO_P
ROTO
(ARGS) ()
#define STDIO_P
ARAMS
(ARGS) ()
#endif
extern
void
i386_pe_record_external_function
P
ROTO
((
char
*
));
extern
void
i386_pe_declare_function_type
STDIO_P
ROTO
((
FILE
*
,
char
*
,
int
));
extern
void
i386_pe_record_exported_symbol
P
ROTO
((
char
*
,
int
));
extern
void
i386_pe_asm_file_end
STDIO_P
ROTO
((
FILE
*
));
extern
void
i386_pe_record_external_function
P
ARAMS
((
char
*
));
extern
void
i386_pe_declare_function_type
STDIO_P
ARAMS
((
FILE
*
,
char
*
,
int
));
extern
void
i386_pe_record_exported_symbol
P
ARAMS
((
char
*
,
int
));
extern
void
i386_pe_asm_file_end
STDIO_P
ARAMS
((
FILE
*
));
/* For Win32 ABI compatibility */
#undef DEFAULT_PCC_STRUCT_RETURN
...
...
This diff is collapsed.
Click to expand it.
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