r170: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 18:09:11 +0000 (18:09 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 18:09:11 +0000 (18:09 +0000)
tools/phm2if.cpp
tools/phm2pj.cpp
tools/pjrec.cpp

index ad1503d64194bc2612f2c61722fc8ddff9afa2ff..67529d35c4cf6f77a8147204397ab148d0540ea2 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 kevin Exp $
+**  $Id: phm2if.cpp,v 1.7 2000/08/02 18:09:11 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -50,7 +50,7 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
-static const char* szIdStr = "$Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 kevin Exp $";
+static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.7 2000/08/02 18:09:11 kevin Exp $";
 
 void 
 phm2if_usage (const char *program)
index a2b30216b7645624143b23b93ae662ace4f44b3c..ee4832a08e8b2fd5597e457684a49ffeb436f36f 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2pj.cpp,v 1.6 2000/07/31 14:48:35 kevin Exp $
+**  $Id: phm2pj.cpp,v 1.7 2000/08/02 18:09:11 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -47,6 +47,8 @@ static struct option phm2pj_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
 
 void 
 phm2pj_usage (const char *program)
index 1cc9bd292117141083cbef06a53b40712dcc4d52..abf25ca89e6dbaf505bf1cf80f50547925ab0f9e 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: pjrec.cpp,v 1.6 2000/07/28 08:28:08 kevin Exp $
+**  $Id: pjrec.cpp,v 1.7 2000/08/02 18:09:11 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -48,6 +48,7 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
 
 void 
 pjrec_usage (const char *program)