From: Kevin M. Rosenberg Date: Wed, 2 Aug 2000 18:09:11 +0000 (+0000) Subject: r170: *** empty log message *** X-Git-Tag: debian-4.5.3-3~847 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=6b3ed4969c5a651aae71391127310ee797ecce6b r170: *** empty log message *** --- diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index ad1503d..67529d3 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -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) diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index a2b3021..ee4832a 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -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) diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 1cc9bd2..abf25ca 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -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)