Macro support to eliminate excessive debug string duplication

date	99.10.14.20.55.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:57:04 +00:00
parent 8bb7f1340b
commit 978af99557
2 changed files with 2 additions and 9 deletions

View File

@ -121,17 +121,10 @@
#include <namespace.h>
#define _THIS_MODULE "iesystem.c"
#define _COMPONENT INTERPRETER
MODULE_NAME ("iesystem");
/* TBD - this is no longer used.
static ST_KEY_DESC_TABLE KDT[] = {
{"0000", 'W', "NOT IMPLEMENTED", "NOT IMPLEMENTED"},
{NULL, 'I', NULL, NULL}
};
*/
/******************************************************************************
*

View File

@ -121,8 +121,8 @@
#include <amlcode.h>
#include <namespace.h>
#define _THIS_MODULE "isutils.c"
#define _COMPONENT INTERPRETER
MODULE_NAME ("isutils");