Comment change.

From-SVN: r6023
This commit is contained in:
Richard Stallman 1993-11-06 06:12:47 +00:00
parent e0a4e5a5d6
commit 82020a12d5
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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