r41: ANSI C changes
[ctsim.git] / src / rs2sdf.c
index 9ea63c658c444c0413a5a8180539d218207ae017..edfd411d92dcda144ffe2f5443679b76ee6e085e 100644 (file)
@@ -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[] =
 {