summaryrefslogtreecommitdiffstats
path: root/obj-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj-types.h')
-rw-r--r--obj-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj-types.h b/obj-types.h
index 31fdd03d..3771d02d 100644
--- a/obj-types.h
+++ b/obj-types.h
@@ -348,7 +348,7 @@ finalize_it: \
*/
#define CORE_COMPONENT NULL /* use this to indicate this is a core component */
#define objUse(objName, FILENAME) \
- obj.UseObj((uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
+ obj.UseObj(__FILE__, (uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
/* defines data that must always be present at the very begin of the interface structure */
#define ifBEGIN \