diff libcruft/misc/f77-fcn.h @ 4268:363d406ec86c

[project @ 2003-01-03 15:55:01 by jwe]
author jwe
date Fri, 03 Jan 2003 15:55:33 +0000
parents 4d1d7c51205c
children 6f3382e08a52
line wrap: on
line diff
--- a/libcruft/misc/f77-fcn.h	Fri Jan 03 15:27:06 2003 +0000
+++ b/libcruft/misc/f77-fcn.h	Fri Jan 03 15:55:33 2003 +0000
@@ -23,12 +23,12 @@
 #if !defined (octave_f77_fcn_h)
 #define octave_f77_fcn_h 1
 
+#include "quit.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "quit.h"
-
 /* Hack to stringize macro results. */
 #define xSTRINGIZE(x) #x
 #define STRINGIZE(x) xSTRINGIZE(x)