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
fde46628
Commit
fde46628
authored
Aug 17, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Aug 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert K&R prototypes to ISO C90.
From-SVN: r70516
parent
9c808aad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/ChangeLog
+1
-0
gcc/config/ia64/ia64-c.c
+4
-6
No files found.
gcc/ChangeLog
View file @
fde46628
...
...
@@ -15,6 +15,7 @@
* config/s390/s390.c: Likewise.
* config/ia64/ia64.c: Likewse
* config/ia64/ia64-protos.h: Likewise.
* config/ia64/ia64-c.c: Likewise.
2003-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
...
...
gcc/config/ia64/ia64-c.c
View file @
fde46628
/* Definitions of C specific functions for GNU compiler.
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002
, 2003
Free Software Foundation, Inc.
Contributed by Steve Ellcey <sje@cup.hp.com>
This file is part of GCC.
...
...
@@ -30,11 +30,10 @@ Boston, MA 02111-1307, USA. */
#include "toplev.h"
#include "tm_p.h"
static
void
ia64_hpux_add_pragma_builtin
PARAMS
((
tree
func
)
);
static
void
ia64_hpux_add_pragma_builtin
(
tree
func
);
void
ia64_hpux_handle_builtin_pragma
(
pfile
)
cpp_reader
*
pfile
ATTRIBUTE_UNUSED
;
ia64_hpux_handle_builtin_pragma
(
cpp_reader
*
pfile
ATTRIBUTE_UNUSED
)
{
/* #pragma builtin name, name, name */
...
...
@@ -173,8 +172,7 @@ static const c89_mathlib_names c89_mathlib_name_list [] =
};
static
void
ia64_hpux_add_pragma_builtin
(
func
)
tree
func
;
ia64_hpux_add_pragma_builtin
(
tree
func
)
{
size_t
i
;
...
...
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