X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=ee4832a08e8b2fd5597e457684a49ffeb436f36f;hp=a2b30216b7645624143b23b93ae662ace4f44b3c;hb=6b3ed4969c5a651aae71391127310ee797ecce6b;hpb=a35f9818445c3d30109ebf7d68422ca81d02aaf9 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)