Improve lexical analysis. In particular, `chmod' patterns don't have to
[fwd] / conf.h
diff --git a/conf.h b/conf.h
index 6183048..e0eddf8 100644 (file)
--- 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
  *
 /*----- 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'.
 
 /*----- 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