X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fsdf-2.c;h=4dc323fc169a347071c1a4f335abbb005de7f390;hp=3a1843848bae049e4cb199570fcbf4393163ef52;hb=331b5c344271387790f735540510e2a07e4e42a7;hpb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1 diff --git a/src/sdf-2.c b/src/sdf-2.c index 3a18438..4dc323f 100644 --- a/src/sdf-2.c +++ b/src/sdf-2.c @@ -2,10 +2,14 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sdf-2.c,v 1.1 2000/04/28 13:02:44 kevin Exp $ +** $Id: sdf-2.c,v 1.2 2000/05/08 20:02:32 kevin Exp $ ** $Log: sdf-2.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,13 +31,7 @@ #include "ct.h" -#define O_ADD 1 -#define O_SUB 2 -#define O_MUL 3 -#define O_COMP 4 -#define O_VERBOSE 7 -#define O_HELP 8 -#define O_VERSION 9 +enum {O_ADD, O_SUB, O_MUL, O_COMP, O_VERBOSE, O_HELP, O_VERSION}; static struct option my_options[] = {