changeset 8018:8487847eb092

fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 14:53:38 -0400
parents 260294a5520f
children 0ef13e15319b
files liboctave/ChangeLog liboctave/CmplxLU.h liboctave/fCmplxLU.h
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-07  John W. Eaton  <jwe@octave.org>
+
+	* fCmplxLU.h, CmplxLU.h: Fix typo in definition of
+	multiple-inclusion guard macro.
+
 2008-08-05  John W. Eaton  <jwe@octave.org>
 
 	* file-ops.h, file-ops.cc (file_ops::static_members):
--- a/liboctave/CmplxLU.h
+++ b/liboctave/CmplxLU.h
@@ -22,7 +22,7 @@
 */
 
 #if !defined (octave_ComplexLU_h)
-#define octave_Complex_LU_h 1
+#define octave_ComplexLU_h 1
 
 #include "base-lu.h"
 #include "dMatrix.h"
--- a/liboctave/fCmplxLU.h
+++ b/liboctave/fCmplxLU.h
@@ -22,7 +22,7 @@
 */
 
 #if !defined (octave_FloatComplexLU_h)
-#define octave_FloatComplex_LU_h 1
+#define octave_FloatComplexLU_h 1
 
 #include "base-lu.h"
 #include "dMatrix.h"