fix macro refference

This commit is contained in:
Cary Sandvig 2000-11-21 18:33:31 +00:00
parent 5f2486d5a6
commit 5c03ad2dd3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#include <dconfig.h>
NotifyCategoryDeclNoExport(deadrec, EXPCL_MISC, EXPTP_MISC);
NotifyCategoryDeclNoExport(deadrec);
NotifyCategoryDef(deadrec, "");
Configure(deadrec);

View File

@ -12,7 +12,7 @@
#include <dconfig.h>
NotifyCategoryDeclNoExport(deadrec, EXPCL_MISC, EXPTP_MISC);
NotifyCategoryDeclNoExport(deadrec);
NotifyCategoryDef(deadrec, "");
Configure(deadrec);