From a35f9818445c3d30109ebf7d68422ca81d02aaf9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 2 Aug 2000 18:09:11 +0000 Subject: [PATCH] r169: *** empty log message *** --- tools/if-1.cpp | 4 +++- tools/if-2.cpp | 4 +++- tools/if2img.cpp | 4 +++- tools/ifinfo.cpp | 5 ++++- tools/phm2if.cpp | 4 ++-- tools/pj2if.cpp | 3 ++- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/tools/if-1.cpp b/tools/if-1.cpp index a069219..d23cf89 100644 --- a/tools/if-1.cpp +++ b/tools/if-1.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if-1.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: if-1.cpp,v 1.2 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 @@ -46,6 +46,8 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; + void if1_usage (const char *program) { diff --git a/tools/if-2.cpp b/tools/if-2.cpp index 9fee32a..9ab720b 100644 --- a/tools/if-2.cpp +++ b/tools/if-2.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if-2.cpp,v 1.3 2000/07/28 10:51:31 kevin Exp $ +** $Id: if-2.cpp,v 1.4 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 @@ -45,6 +45,8 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; + void if2_usage (const char *program) { diff --git a/tools/if2img.cpp b/tools/if2img.cpp index fcf214d..0dbc0f4 100644 --- a/tools/if2img.cpp +++ b/tools/if2img.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if2img.cpp,v 1.2 2000/07/28 08:28:08 kevin Exp $ +** $Id: if2img.cpp,v 1.3 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,8 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; + enum { O_AUTO_FULL, O_AUTO_STD0_1, O_AUTO_STD0_5, O_AUTO_STD1, O_AUTO_STD2, O_AUTO_STD3 }; static const char O_AUTO_FULL_STR[]="full"; static const char O_AUTO_STD0_1_STR[]="std0.1"; diff --git a/tools/ifinfo.cpp b/tools/ifinfo.cpp index 09ddfd6..5ef4a74 100644 --- a/tools/ifinfo.cpp +++ b/tools/ifinfo.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ifinfo.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: ifinfo.cpp,v 1.2 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 @@ -46,6 +46,9 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; + + void ifinfo_usage (const char *program) { diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index d87afaf..ad1503d 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.5 2000/08/02 18:06:00 kevin Exp $ +** $Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 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"; +static const char* szIdStr = "$Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 kevin Exp $"; void phm2if_usage (const char *program) diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index 1e8ea40..daf4028 100644 --- a/tools/pj2if.cpp +++ b/tools/pj2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pj2if.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: pj2if.cpp,v 1.2 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 @@ -46,6 +46,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; void pj2if_usage (const char *program) -- 2.34.1