X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Frs2sdf.c;h=edfd411d92dcda144ffe2f5443679b76ee6e085e;hb=331b5c344271387790f735540510e2a07e4e42a7;hp=9ea63c658c444c0413a5a8180539d218207ae017;hpb=13838bda88b63a2535b5baaf7197006767de4b8e;p=ctsim.git diff --git a/src/rs2sdf.c b/src/rs2sdf.c index 9ea63c6..edfd411 100644 --- a/src/rs2sdf.c +++ b/src/rs2sdf.c @@ -2,10 +2,14 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: rs2sdf.c,v 1.1 2000/04/28 13:02:44 kevin Exp $ +** $Id: rs2sdf.c,v 1.2 2000/05/08 20:02:32 kevin Exp $ ** $Log: rs2sdf.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 @@ -30,9 +34,7 @@ #include "ct.h" -#define O_VERBOSE 7 -#define O_HELP 8 -#define O_VERSION 9 +enum { O_VERBOSE, O_HELP, O_VERSION }; static struct option my_options[] = {