* src/reader.c (parse_dquoted_param): New.

(parse_skel_decl): Use it.
* src/lex.h: Add its prototype.
* src/lex.c (literalchar): Become not static.
This commit is contained in:
Marc Autret
2001-11-28 22:28:01 +00:00
parent ec93a21372
commit 426cf563bd
4 changed files with 56 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ xgetc (FILE *f)
being, I prefer have literalchar behave like quotearg, and change
my mind later if I was wrong. */
static int
int
literalchar (struct obstack *out, int *pcode, char term)
{
int c;