diff options
-rw-r--r-- | gcc/gen-protos.c | 2 | ||||
-rw-r--r-- | gcc/scan.c | 2 | ||||
-rw-r--r-- | gcc/scan.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index b89a159..a5499d4 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -108,7 +108,7 @@ main (argc, argv) /* NOTE: If you edit this, - also edit lookup_std_proto in patch-header.c !! */ + also edit lookup_std_proto in fix-header.c !! */ i = hash(name_start) % HASH_SIZE; i0 = i; if (hash_tab[i] != 0) @@ -1,4 +1,4 @@ -/* scan.c - Utility functions for scan-decls and patch-header programs. +/* scan.c - Utility functions for scan-decls and fix-header programs. Copyright (C) 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -1,4 +1,4 @@ -/* scan.h - Utility declarations for scan-decls and patch-header programs. +/* scan.h - Utility declarations for scan-decls and fix-header programs. Copyright (C) 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it |