diff oct-conf-post.in.h @ 21227:25150962bfd3

eliminate CRUFT_API macro * oct-conf-post.in.h (CRUFT_API): Delete definition. * f77-fcn.h, lo-error.h, quit.h: Use OCTAVE_API instead of CRUFT_API.
author John W. Eaton <jwe@octave.org>
date Mon, 08 Feb 2016 20:40:55 -0500
parents 19a619ac9508
children 77a622392714
line wrap: on
line diff
--- a/oct-conf-post.in.h	Mon Feb 08 23:14:56 2016 -0500
+++ b/oct-conf-post.in.h	Mon Feb 08 20:40:55 2016 -0500
@@ -133,13 +133,6 @@
 #  define OCTAVE_IMPORT
 #endif
 
-/* API macro for libcruft */
-#if defined (CRUFT_DLL)
-#  define CRUFT_API OCTAVE_EXPORT
-#else
-#  define CRUFT_API OCTAVE_IMPORT
-#endif
-
 /* API macro for liboctave */
 #if defined (OCTAVE_DLL)
 #  define OCTAVE_API OCTAVE_EXPORT