Mercurial > emacs
changeset 3028:cf9379f91ea1
* make-docfile.c: Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 24 May 1993 18:05:21 +0000 |
parents | 7ed290bef028 |
children | 2bf7bd92bd43 |
files | lib-src/make-docfile.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/make-docfile.c Mon May 24 17:45:04 1993 +0000 +++ b/lib-src/make-docfile.c Mon May 24 18:05:21 1993 +0000 @@ -66,7 +66,7 @@ err_count += scan_file (argv[i]); /* err_count seems to be {mis,un}used */ #ifndef VMS exit (err_count); /* see below - shane */ -#endif VMS +#endif /* VMS */ } /* Read file FILENAME and output its doc strings to outfile. */