X-Git-Url: https://git.distorted.org.uk/~mdw/quine/blobdiff_plain/267c6003e8f73b1e1d1f918a8d9e149db26e9a6a..6c4df26024cfc63f70692ddaaee638ef99a63558:/quine.c diff --git a/quine.c b/quine.c index ab7c5ef..03bf45c 100644 --- 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 * @@ -26,14 +26,6 @@ * 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' },