# HG changeset patch # User Jim Blandy # Date 738266721 0 # Node ID cf9379f91ea1e1e63f5c33e18836f3a2dc2f85c7 # Parent 7ed290bef0281167cfe963115b73866b16d75688 * make-docfile.c: Doc fix. diff -r 7ed290bef028 -r cf9379f91ea1 lib-src/make-docfile.c --- 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. */