X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fsdf-1.c;h=d21052d66a032ce6e0d68e1665f6a33b0647a225;hb=331b5c344271387790f735540510e2a07e4e42a7;hp=1acb2d0d3c5d03de871992daa8c7b7612243b951;hpb=cda35cc393bfef9a53de1a5c611e09992fb77022;p=ctsim.git diff --git a/src/sdf-1.c b/src/sdf-1.c index 1acb2d0..d21052d 100644 --- a/src/sdf-1.c +++ b/src/sdf-1.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sdf-1.c,v 1.2 2000/05/03 08:49:50 kevin Exp $ +** $Id: sdf-1.c,v 1.3 2000/05/08 20:02:32 kevin Exp $ ** $Log: sdf-1.c,v $ +** Revision 1.3 2000/05/08 20:02:32 kevin +** ANSI C changes +** ** Revision 1.2 2000/05/03 08:49:50 kevin ** Code cleanup ** @@ -31,12 +34,7 @@ #include "ct.h" -#define O_LOG 4 -#define O_EXP 5 -#define O_INVERT 6 -#define O_VERBOSE 7 -#define O_HELP 8 -#define O_VERSION 9 +enum {O_LOG, O_EXP, O_INVERT, O_VERBOSE, O_HELP, O_VERSION}; static struct option my_options[] = {