chiark / gitweb /
Include `%'-escape substitution.
[sw-tools] / src / sw.h
index 4d0ef30adfbb55d5b1ef13c64a3bca1310bc5793..13fa5a2403e61a7ed5c73fff239fbaa6ffa7a9f1 100644 (file)
--- a/src/sw.h
+++ b/src/sw.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sw.h,v 1.1 1999/06/02 16:53:35 mdw Exp $
+ * $Id: sw.h,v 1.2 1999/09/10 15:27:33 mdw Exp $
  *
  * Interface to main options parser
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sw.h,v $
- * Revision 1.1  1999/06/02 16:53:35  mdw
- * Initial revision
+ * Revision 1.2  1999/09/10 15:27:33  mdw
+ * Include `%'-escape substitution.
+ *
+ * Revision 1.1.1.1  1999/06/02 16:53:35  mdw
+ * Initial import.
  *
  */
 
@@ -73,7 +76,8 @@ extern unsigned int opt_flags;                /* Various bitflag options */
 enum {
   optFlag_install = 1,
   optFlag_force = 2,
-  optFlag_beep = 4
+  optFlag_beep = 4,
+  optFlag_percent = 8
 };
 
 /*----- That's all, folks -------------------------------------------------*/