# HG changeset patch # User John W. Eaton # Date 1454982326 18000 # Node ID 77a622392714aefdff6bc3cffe1ab5d0c43ba88a # Parent 25150962bfd3b3f4d81bb65cf901fed5a0a4bcd9 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. diff -r 25150962bfd3 -r 77a622392714 libinterp/octave-value/ov-base.h --- 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) diff -r 25150962bfd3 -r 77a622392714 oct-conf-post.in.h --- a/oct-conf-post.in.h Mon Feb 08 20:40:55 2016 -0500 +++ b/oct-conf-post.in.h Mon Feb 08 20:45:26 2016 -0500 @@ -117,8 +117,6 @@ # endif #endif -#define OCTAVE_EMPTY_CPP_ARG - /* oct-dlldefs.h */ /* FIXME: GCC supports visibility attributes as well, even using the