Mercurial > hg > octave-lyh
diff liboctave/MArray.h @ 382:e02d6b664394
[project @ 1994-03-09 21:08:03 by jwe]
author | jwe |
---|---|
date | Wed, 09 Mar 1994 21:08:03 +0000 |
parents | 5a9e23307fb0 |
children | 18933dbd5e43 |
line wrap: on
line diff
--- a/liboctave/MArray.h +++ b/liboctave/MArray.h @@ -1,7 +1,7 @@ // Template array classes with like-type math ops -*- C++ -*- /* -Copyright (C) 1993 John W. Eaton +Copyright (C) 1993, 1994 John W. Eaton This file is part of Octave. @@ -21,8 +21,10 @@ */ -#if !defined (_MArray_h) -#define _MArray_h 1 +#if !defined (octave_MArray_h) +#define octave_MArray_h 1 + +extern "C++" { #include "Array.h" @@ -203,6 +205,8 @@ #include "MArray.cc" #endif +} // extern "C++" + #endif /*