diff liboctave/Matrix.h @ 382:e02d6b664394

[project @ 1994-03-09 21:08:03 by jwe]
author jwe
date Wed, 09 Mar 1994 21:08:03 +0000
parents e04b38065c55
children 7e870a4ec9bc
line wrap: on
line diff
--- a/liboctave/Matrix.h	Wed Mar 09 00:33:24 1994 +0000
+++ b/liboctave/Matrix.h	Wed Mar 09 21:08:03 1994 +0000
@@ -28,8 +28,10 @@
 
 */
 
-#if !defined (_Matrix_h)
-#define _Matrix_h 1
+#if !defined (octave_Matrix_h)
+#define octave_Matrix_h 1
+
+extern "C++" {
 
 #include <stdlib.h>
 #include <stddef.h>
@@ -2449,6 +2451,8 @@
   return r;
 }
 
+} // extern "C++"
+
 #endif
 
 /*