Remove CVS cruft.
[quine] / quine.c
diff --git a/quine.c b/quine.c
index ab7c5ef..03bf45c 100644 (file)
--- a/quine.c
+++ b/quine.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quine.c,v 1.1 1999/04/28 19:58:07 mdw Exp $
+ * $Id$
  *
  * Output a program's source code as a quine file
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: quine.c,v $
- * Revision 1.1  1999/04/28 19:58:07  mdw
- * Initial revision
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
@@ -358,10 +350,10 @@ int main(int argc, char *argv[])
       { "help",                0,              0,      'h' },
       { "version",     0,              0,      'v' },
       { "null",                0,              0,      '0' },
-      { "file",                gFlag_argReq,   0,      'f' },
+      { "file",                OPTF_ARGREQ,    0,      'f' },
       { "nofiles",     0,              0,      'n' },
-      { "output",      gFlag_argReq,   0,      'o' },
-      { "qqlib",       gFlag_argReq,   0,      'l' },
+      { "output",      OPTF_ARGREQ,    0,      'o' },
+      { "qqlib",       OPTF_ARGREQ,    0,      'l' },
 #if !defined(QQ_XQUINE) && !defined(QQ_YQUINE)
       { "quine",       0,              0,      'q' },
       { "quine-dump",  0,              0,      'Q' },