comparison src/ov-base.h @ 7066:7773c0fdefa6

[project @ 2007-10-25 06:06:41 by jwe]
author jwe
date Thu, 25 Oct 2007 06:06:41 +0000
parents 2002804df782
children 88417316c1b0
comparison
equal deleted inserted replaced
7065:97db94ae2cf0 7066:7773c0fdefa6
58 58
59 class tree_walker; 59 class tree_walker;
60 60
61 // T_ID is the type id of struct objects, set by register_type(). 61 // T_ID is the type id of struct objects, set by register_type().
62 // T_NAME is the type name of struct objects. 62 // T_NAME is the type name of struct objects.
63 #define OCTAVE_EMPTY_CPP_ARG
63 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA \ 64 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA \
64 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 ( ) 65 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 (OCTAVE_EMPTY_CPP_ARG)
66 #undef OCTAVE_EMPTY_CPP_ARG
65 67
66 #define DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA \ 68 #define DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA \
67 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(virtual) 69 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(virtual)
68 70
69 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(VIRTUAL) \ 71 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(VIRTUAL) \