diff liboctave/NLFunc.h @ 382:e02d6b664394

[project @ 1994-03-09 21:08:03 by jwe]
author jwe
date Wed, 09 Mar 1994 21:08:03 +0000
parents bc5e6cb785d1
children 27e970ab835b
line wrap: on
line diff
--- a/liboctave/NLFunc.h
+++ b/liboctave/NLFunc.h
@@ -1,7 +1,7 @@
 // NLFunc.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -21,8 +21,10 @@
 
 */
 
-#if !defined (_NLFunc_h)
-#define _NLFunc_h 1
+#if !defined (octave_NLFunc_h)
+#define octave_NLFunc_h 1
+
+extern "C++" {
 
 #include "Matrix.h"
 
@@ -59,6 +61,8 @@
   jacobian_fcn jac;
 };
 
+} // extern "C++"
+
 #endif
 
 /*