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
2ec10ea9
Commit
2ec10ea9
authored
Dec 04, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Dec 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.c (set_exception_version_code): Argument is an "int".
From-SVN: r24085
parent
8d525fa8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/except.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2ec10ea9
Fri
Dec
4
02
:
23
:
24
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
except
.
c
(
set_exception_version_code
)
:
Argument
is
an
"int"
.
Fri
Dec
4
01
:
29
:
28
1998
Robert
Lipe
<
robertl
@dgii
.
com
>
Fri
Dec
4
01
:
29
:
28
1998
Robert
Lipe
<
robertl
@dgii
.
com
>
*
configure
.
in
(
mipsel
-*-
linux
*
)
:
New
target
.
*
configure
.
in
(
mipsel
-*-
linux
*
)
:
New
target
.
...
...
gcc/except.c
View file @
2ec10ea9
...
@@ -2028,7 +2028,7 @@ set_exception_lang_code (code)
...
@@ -2028,7 +2028,7 @@ set_exception_lang_code (code)
/* This routine will set the language version code for exceptions. */
/* This routine will set the language version code for exceptions. */
void
void
set_exception_version_code
(
code
)
set_exception_version_code
(
code
)
shor
t
code
;
in
t
code
;
{
{
version_code
=
code
;
version_code
=
code
;
}
}
...
...
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