diff src/lex.h @ 383:0b52c68ec81f

[project @ 1994-03-09 21:19:44 by jwe]
author jwe
date Wed, 09 Mar 1994 21:19:44 +0000
parents 022be9382d50
children e27d10f2e573
line wrap: on
line diff
--- a/src/lex.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/lex.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // lex.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,8 @@
 
 */
 
-#if !defined (_lex_h)
-#define _lex_h 1
+#if !defined (octave_lex_h)
+#define octave_lex_h 1
 
 // Arrange to get input via readline.