X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fsdfinfo.c;h=49cfd9f7d3c4e04f1d69c518c56cc328eb8e0d87;hp=9f406ded3815ce7153064a796ab73b984b55e3b8;hb=331b5c344271387790f735540510e2a07e4e42a7;hpb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1 diff --git a/src/sdfinfo.c b/src/sdfinfo.c index 9f406de..49cfd9f 100644 --- a/src/sdfinfo.c +++ b/src/sdfinfo.c @@ -2,10 +2,14 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sdfinfo.c,v 1.1 2000/04/28 13:02:44 kevin Exp $ +** $Id: sdfinfo.c,v 1.2 2000/05/08 20:02:32 kevin Exp $ ** $Log: sdfinfo.c,v $ -** Revision 1.1 2000/04/28 13:02:44 kevin -** Initial revision +** Revision 1.2 2000/05/08 20:02:32 kevin +** ANSI C changes +** +** Revision 1.1.1.1 2000/04/28 13:02:44 kevin +** Initial CVS import for first public release +** ** ** ** This program is free software; you can redistribute it and/or modify @@ -27,14 +31,7 @@ #include "ct.h" -#define O_LABELS 5 -#define O_STATS 6 -#define O_VERBOSE 7 -#define O_HELP 8 -#define O_VERSION 9 -#define O_DEBUG 10 -#define O_NO_STATS 11 -#define O_NO_LABELS 12 +enum { O_LABELS, O_STATS, O_NO_STATS, O_NO_LABELS, O_VERBOSE, O_HELP, O_VERSION, O_DEBUG }; static struct option my_options[] = {