r41: ANSI C changes
[ctsim.git] / src / sdf-1.c
index 1acb2d0d3c5d03de871992daa8c7b7612243b951..d21052d66a032ce6e0d68e1665f6a33b0647a225 100644 (file)
@@ -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
 **
 
 #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[] =
 {