Ignore:
Timestamp:
Jan 13, 2007, 9:55:57 PM (19 years ago)
Author:
cinc
Message:

Macros for exception handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/include/nomtk.h

    r185 r187  
    6868NOMEXTERN boolean NOMLINK NOMFree(const nomToken memPtr);
    6969NOMEXTERN nomToken NOMLINK  NOMCalloc(const ULONG num, const ULONG size);
    70 NOMEXTERN gboolean NOMLINK nomIsObj(NOMObject * nomObj);
     70//NOMEXTERN gboolean NOMLINK nomIsObj(NOMObject * nomObj);
     71NOMEXTERN gboolean NOMLINK nomIsObj(gpointer nomObj);
    7172NOMEXTERN int NOMLINK nomPrintf(string chrFormat, ...);
    7273NOMEXTERN NOMClassMgr * NOMLINK nomEnvironmentNew (void);
Note: See TracChangeset for help on using the changeset viewer.