X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/96bc31bae41f60c681f8a1b9ccf689d2a7eadfc4..e73034b0d2191f00a8b00f38383843ea8858c576:/conf.h diff --git a/conf.h b/conf.h index 6183048..e0eddf8 100644 --- a/conf.h +++ b/conf.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conf.h,v 1.3 1999/07/27 18:30:14 mdw Exp $ + * $Id: conf.h,v 1.4 1999/08/19 18:32:48 mdw Exp $ * * Configuration parsing * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: conf.h,v $ + * Revision 1.4 1999/08/19 18:32:48 mdw + * Improve lexical analysis. In particular, `chmod' patterns don't have to + * be quoted any more. + * * Revision 1.3 1999/07/27 18:30:14 mdw * Improve documentation and layout for @CONF_BEGIN@ and friends. Remove * irritating warning about unused label by introducing a spurious `goto'. @@ -63,6 +67,19 @@ /*----- Functions provided ------------------------------------------------*/ +/* --- @undelim@ --- * + * + * Arguments: @const char *d, dd@ = pointer to characters to escape + * + * Returns: --- + * + * Use: Modifies the tokenizer. Characters in the first list will + * always be considered to begin a word. Characters in the + * second list will always be allowed to continue a word. + */ + +extern void undelim(const char */*d*/, const char */*dd*/); + /* --- @token@ --- * * * Arguments: @scanner *sc@ = pointer to scanner definition