r41: ANSI C changes
[ctsim.git] / src / sdfinfo.c
index 9f406ded3815ce7153064a796ab73b984b55e3b8..49cfd9f7d3c4e04f1d69c518c56cc328eb8e0d87 100644 (file)
@@ -2,10 +2,14 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sdfinfo.c,v 1.1 2000/04/28 13:02:44 kevin Exp $
+**  $Id: sdfinfo.c,v 1.2 2000/05/08 20:02:32 kevin Exp $
 **  $Log: sdfinfo.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
 
 #include "ct.h"
 
-#define O_LABELS   5
-#define O_STATS    6
-#define O_VERBOSE  7
-#define O_HELP     8
-#define O_VERSION  9
-#define O_DEBUG    10
-#define O_NO_STATS 11
-#define O_NO_LABELS 12
+enum { O_LABELS, O_STATS, O_NO_STATS, O_NO_LABELS, O_VERBOSE, O_HELP, O_VERSION, O_DEBUG };
 
 static struct option my_options[] =
 {