summaryrefslogtreecommitdiffstats
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-22 21:48:08 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-22 21:48:08 +0000
commitbe1d818db03a5a441b2df52569e33b4756bc522a (patch)
treee1f34618638e47d3a3f389fb50845662cb7363c2 /gcc/fix-header.c
parente615a4981eb7ccd640627a9bb40bd3a3fcf7b9b4 (diff)
downloadppe42-gcc-be1d818db03a5a441b2df52569e33b4756bc522a.tar.gz
ppe42-gcc-be1d818db03a5a441b2df52569e33b4756bc522a.zip
Renamed from patch-header.c.
(progname): Change name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index c05d4de0d3c..f431cec685f 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -1,4 +1,4 @@
-/* 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;
OpenPOWER on IntegriCloud