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
e7f9bcdc
Commit
e7f9bcdc
authored
Oct 22, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed from patch-header.c.
(progname): Change name. From-SVN: r5869
parent
70b7f9b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/fix-header.c
+3
-3
No files found.
gcc/fix-header.c
View file @
e7f9bcdc
/*
patch
-header.c - Make C header file suitable for C++.
/*
fix
-header.c - Make C header file suitable for C++.
Copyright (C) 1993 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
...
...
@@ -59,7 +59,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
b) it would be nice to allow update in place.
Usage:
patch
-header FOO.H INFILE.H OUTFILE.H REQUIRED_FUNCS <SCAN-FILE
fix
-header FOO.H INFILE.H OUTFILE.H REQUIRED_FUNCS <SCAN-FILE
where:
* FOO.H is the relative file name of the include file,
as it would be #include'd by a C file. (E.g. stdio.h)
...
...
@@ -148,7 +148,7 @@ lookup_std_proto (name)
char
*
inc_filename
;
int
inc_filename_length
;
char
*
progname
=
"
patch
-header"
;
char
*
progname
=
"
fix
-header"
;
FILE
*
outf
;
sstring
buf
;
sstring
line
;
...
...
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