diff liboctave/cruft/misc/f77-fcn.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 f7121e111991
children a83e7a384ee0
line wrap: on
line diff
--- a/liboctave/cruft/misc/f77-fcn.h	Mon Feb 08 23:14:56 2016 -0500
+++ b/liboctave/cruft/misc/f77-fcn.h	Mon Feb 08 20:40:55 2016 -0500
@@ -74,7 +74,7 @@
   while (0)
 
 /* So we can check to see if an exception has occurred. */
-CRUFT_API extern int f77_exception_encountered;
+OCTAVE_API extern int f77_exception_encountered;
 
 #if ! defined (F77_FCN)
 #define F77_FCN(f, F) F77_FUNC (f, F)
@@ -283,7 +283,7 @@
  cs[F77_CHAR_ARG_LEN_USE(s, len)] = '\0'
 
 
-OCTAVE_NORETURN CRUFT_API extern
+OCTAVE_NORETURN OCTAVE_API extern
 F77_RET_T
 F77_FUNC (xstopx, XSTOPX) (F77_CONST_CHAR_ARG_DECL
                            F77_CHAR_ARG_LEN_DECL);