diff src/file-io.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 ba637cc5c5f3
line wrap: on
line diff
--- a/src/file-io.h
+++ b/src/file-io.h
@@ -1,7 +1,7 @@
 // file-io.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -23,8 +23,8 @@
 
 // Written by John C. Campbell <jcc@che.utexas.edu>.
 
-#if !defined (_files_h)
-#define _files_h 1
+#if !defined (octave_files_h)
+#define octave_files_h 1
 
 #include <Pix.h>