diff libinterp/octave-value/ov-base.h @ 21228:77a622392714

define OCTAVE_EMPTY_CPP_ARG just prior to only use * ov-base.h (OCTAVE_EMPTY_CPP_ARG): Move definition here. * oct-conf-post.in.h: From here.
author John W. Eaton <jwe@octave.org>
date Mon, 08 Feb 2016 20:45:26 -0500
parents 538b57866b90
children 1473547f50f5
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Mon Feb 08 20:40:55 2016 -0500
+++ b/libinterp/octave-value/ov-base.h	Mon Feb 08 20:45:26 2016 -0500
@@ -139,6 +139,8 @@
 // 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 /* empty */
+
 #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA \
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 (OCTAVE_EMPTY_CPP_ARG)