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
1681bed6
Commit
1681bed6
authored
Jun 19, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jun 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* protoize.c: Fix breakage from last patch.
From-SVN: r68189
parent
676fceeb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/protoize.c
+2
-4
No files found.
gcc/ChangeLog
View file @
1681bed6
2003-06-19 Andreas Jaeger <aj@suse.de>
* protoize.c: Fix breakage from last patch.
2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
* hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
* hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
...
...
gcc/protoize.c
View file @
1681bed6
/* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
/* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -227,9 +227,7 @@ struct string_list *exclude_list;
...
@@ -227,9 +227,7 @@ struct string_list *exclude_list;
static
const
char
*
const
other_var_style
=
"stdarg"
;
static
const
char
*
const
other_var_style
=
"stdarg"
;
#else
/* !defined (UNPROTOIZE) */
#else
/* !defined (UNPROTOIZE) */
static
const
char
*
const
other_var_style
=
"varargs"
;
static
const
char
*
const
other_var_style
=
"varargs"
;
/* Note that this is a string containing the expansion of va_alist.
static
const
char
*
varargs_style_indicator
=
"va_alist"
;
But in `main' we discard all but the first token. */
static
const
char
*
varargs_style_indicator
=
#
va_alist
;
#endif
/* !defined (UNPROTOIZE) */
#endif
/* !defined (UNPROTOIZE) */
/* The following two types are used to create hash tables. In this program,
/* The following two types are used to create hash tables. In this program,
...
...
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