comparison oct-conf-post.in.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 25150962bfd3
children a83e7a384ee0
comparison
equal deleted inserted replaced
21227:25150962bfd3 21228:77a622392714
115 && (defined __i386__ || defined __x86_64__) && defined __GNUC__) 115 && (defined __i386__ || defined __x86_64__) && defined __GNUC__)
116 # define OCTAVE_ENSURE_LONG_DOUBLE_OPERATIONS_ARE_NOT_TRUNCATED 1 116 # define OCTAVE_ENSURE_LONG_DOUBLE_OPERATIONS_ARE_NOT_TRUNCATED 1
117 # endif 117 # endif
118 #endif 118 #endif
119 119
120 #define OCTAVE_EMPTY_CPP_ARG
121
122 /* oct-dlldefs.h */ 120 /* oct-dlldefs.h */
123 121
124 /* FIXME: GCC supports visibility attributes as well, even using the 122 /* FIXME: GCC supports visibility attributes as well, even using the
125 same __declspec declaration if desired. The build system should be 123 same __declspec declaration if desired. The build system should be
126 extended to support GCC and visibility attributes. */ 124 extended to support GCC and visibility attributes. */