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
e3166964
Commit
e3166964
authored
Oct 29, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include "assert.h" instead of <assert.h>.
From-SVN: r2647
parent
5056af6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/arm/arm.c
+1
-1
gcc/config/m88k/m88k.c
+2
-2
gcc/dwarfout.c
+1
-1
No files found.
gcc/config/arm/arm.c
View file @
e3166964
...
@@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to
...
@@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <stdio.h>
#include
<assert.h>
#include
"assert.h"
#include "config.h"
#include "config.h"
#include "rtl.h"
#include "rtl.h"
#include "regs.h"
#include "regs.h"
...
...
gcc/config/m88k/m88k.c
View file @
e3166964
...
@@ -21,11 +21,11 @@ along with GNU CC; see the file COPYING. If not, write to
...
@@ -21,11 +21,11 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <stdio.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/types.h>
#include <time.h>
#include <time.h>
#include <ctype.h>
#include <ctype.h>
#include "assert.h"
#include "config.h"
#include "config.h"
#include "rtl.h"
#include "rtl.h"
#include "regs.h"
#include "regs.h"
...
@@ -47,7 +47,7 @@ extern char *ctime ();
...
@@ -47,7 +47,7 @@ extern char *ctime ();
extern
int
flag_traditional
;
extern
int
flag_traditional
;
extern
FILE
*
asm_out_file
;
extern
FILE
*
asm_out_file
;
static
char
out_sccs_id
[]
=
"@(#)m88k.c 2.2.14.
3 10/28/92 15:20:54
"
;
static
char
out_sccs_id
[]
=
"@(#)m88k.c 2.2.14.
4 10/29/92 05:37:46
"
;
static
char
tm_sccs_id
[]
=
TM_SCCS_ID
;
static
char
tm_sccs_id
[]
=
TM_SCCS_ID
;
char
*
m88k_pound_sign
=
""
;
/* Either # for SVR4 or empty for SVR3 */
char
*
m88k_pound_sign
=
""
;
/* Either # for SVR4 or empty for SVR3 */
...
...
gcc/dwarfout.c
View file @
e3166964
...
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
/* #define NDEBUG 1 */
/* #define NDEBUG 1 */
#include
<assert.h>
#include
"assert.h"
#if defined(DWARF_TIMESTAMPS)
#if defined(DWARF_TIMESTAMPS)
#if defined(POSIX)
#if defined(POSIX)
...
...
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