diff src/ov-base.h @ 7067:88417316c1b0

[project @ 2007-10-25 06:57:16 by jwe]
author jwe
date Thu, 25 Oct 2007 06:57:17 +0000
parents 7773c0fdefa6
children cbdee3da62bd
line wrap: on
line diff
--- a/src/ov-base.h	Thu Oct 25 06:06:41 2007 +0000
+++ b/src/ov-base.h	Thu Oct 25 06:57:17 2007 +0000
@@ -60,10 +60,9 @@
 
 // T_ID is the type id of struct objects, set by register_type().
 // T_NAME is the type name of struct objects.
-#define OCTAVE_EMPTY_CPP_ARG
+
 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA \
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 (OCTAVE_EMPTY_CPP_ARG)
-#undef OCTAVE_EMPTY_CPP_ARG
 
 #define DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA \
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(virtual)