* src/getargs.c, src/getarg.h (skeleton)): Constify.

* src/lex.c (literalchar): Avoid name clashes on `buf'.
* src/getargs.c: Include complain.h.
* src/files.c, src/files.h (skeleton_find): Avoid name clashes.
* lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
This commit is contained in:
Akim Demaille
2001-08-03 08:48:49 +00:00
parent d01c415b93
commit b0ce604668
22 changed files with 465 additions and 458 deletions

View File

@@ -24,7 +24,7 @@
/* flags set by % directives */
extern char *spec_file_prefix; /* for -b */
extern char *spec_name_prefix; /* for -p */
extern char *skeleton;
extern const char *skeleton;
extern int debug_flag; /* for -t */
extern int defines_flag; /* for -d */