From 4db62823e7a8e41e829c08a461f5e6b2193a6d62 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Mar 2008 17:26:58 +0000 Subject: renamed library module file names to lm*, so that they match the overall scheme (like im* and om*) --- obj-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'obj-types.h') diff --git a/obj-types.h b/obj-types.h index dda9b364..aaca5cca 100644 --- a/obj-types.h +++ b/obj-types.h @@ -345,6 +345,7 @@ finalize_it: \ * methods can be accessed. */ #define CORE_COMPONENT NULL /* use this to indicate this is a core component */ +#define DONT_LOAD_LIB NULL /* do not load a library to obtain object interface (currently same as CORE_COMPONENT) */ #define objUse(objName, FILENAME) \ obj.UseObj(__FILE__, (uchar*)#objName, (uchar*)FILENAME, (void*) &objName) -- cgit v1.2.3