diff liboctave/idx-vector.h @ 383:0b52c68ec81f

[project @ 1994-03-09 21:19:44 by jwe]
author jwe
date Wed, 09 Mar 1994 21:19:44 +0000
parents a99f28f5e351
children 6f08c8b8f62f
line wrap: on
line diff
--- a/liboctave/idx-vector.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/liboctave/idx-vector.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // Very simple integer vectors for indexing              -*- 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,8 @@
 
 */
 
-#if !defined (_idx_vector_h)
-#define _idx_vector_h 1
+#if !defined (octave_idx_vector_h)
+#define octave_idx_vector_h 1
 
 class ostream;
 class Matrix;