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
d42d227e
Commit
d42d227e
authored
May 26, 2001
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fix check test for alpha___assert
From-SVN: r42636
parent
78210eb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gcc/fixinc/tests/base/assert.h
+5
-0
No files found.
gcc/fixinc/tests/base/assert.h
View file @
d42d227e
...
@@ -19,6 +19,11 @@
...
@@ -19,6 +19,11 @@
#include <stdio.h>
#include <stdio.h>
#if defined( ALPHA___ASSERT_CHECK )
extern
void
__assert
(
const
char
*
,
const
char
*
,
int
);
#endif
/* ALPHA___ASSERT_CHECK */
#if defined( BROKEN_ASSERT_STDIO_CHECK )
#if defined( BROKEN_ASSERT_STDIO_CHECK )
extern
FILE
*
stderr
;
extern
FILE
*
stderr
;
#endif
/* BROKEN_ASSERT_STDIO_CHECK */
#endif
/* BROKEN_ASSERT_STDIO_CHECK */
...
...
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