changeset 383:0b52c68ec81f

[project @ 1994-03-09 21:19:44 by jwe]
author jwe
date Wed, 09 Mar 1994 21:19:44 +0000
parents e02d6b664394
children 7e870a4ec9bc
files liboctave/idx-vector.h liboctave/statdefs.h src/arith-ops.h src/builtins.h src/dynamic-ld.h src/error.h src/file-io.h src/g-builtins.h src/gripes.h src/help.h src/input.h src/lex.h src/mappers.h src/oct-hist.h src/pager.h src/parse.h src/pr-output.h src/procstream.h src/pt-base.h src/pt-const.h src/sighandlers.h src/symtab.h src/sysdep.h src/t-builtins.h src/token.h src/toplev.h src/tree.h.old src/unwind-prot.h src/user-prefs.h src/utils.h src/variables.h src/xdiv.h src/xpow.h
diffstat 33 files changed, 87 insertions(+), 87 deletions(-) [+]
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;
--- a/liboctave/statdefs.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/liboctave/statdefs.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // statdefs.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 (_statdefs_h)
-#define _statdefs_h 1
+#if !defined (octave_statdefs_h)
+#define octave_statdefs_h 1
 
 #include <sys/types.h>
 #include <sys/stat.h>
--- a/src/arith-ops.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/arith-ops.h	Wed Mar 09 21:19:44 1994 +0000
@@ -2,7 +2,7 @@
 // Used by the tree class.                    
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -22,8 +22,8 @@
 
 */
 
-#if !defined (_arith_ops_h)
-#define _arith_ops_h 1
+#if !defined (octave_arith_ops_h)
+#define octave_arith_ops_h 1
 
 #include "tree-base.h"
 
--- a/src/builtins.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/builtins.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_builtins_h)
-#define _builtins_h 1
+#if !defined (octave_builtins_h)
+#define octave_builtins_h 1
 
 class ostrstream;
 class Complex;
--- a/src/dynamic-ld.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/dynamic-ld.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // dynamic-ld.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_dynamic_ld_h)
-#define _dynamic_ld_h 1
+#if !defined (octave_dynamic_ld_h)
+#define octave_dynamic_ld_h 1
 
 class tree_constant;
 
--- a/src/error.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/error.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // error.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 (_error_h)
-#define _error_h 1
+#if !defined (octave_error_h)
+#define octave_error_h 1
 
 #define panic_impossible() \
   panic ("impossible state reached in file `%s' at line %d", \
--- a/src/file-io.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/file-io.h	Wed Mar 09 21:19:44 1994 +0000
@@ -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>
 
--- a/src/g-builtins.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/g-builtins.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // Builtin general function support.                          -*- 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 (_g_builtins_h)
-#define _g_builtins_h 1
+#if !defined (octave_g_builtins_h)
+#define octave_g_builtins_h 1
 
 #include "tree-const.h"
 
--- a/src/gripes.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/gripes.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // gripes.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 (_gripes_h)
-#define _gripes_h 1
+#if !defined (octave_gripes_h)
+#define octave_gripes_h 1
 
 extern void gripe_string_invalid (void);
 extern void gripe_range_invalid (void);
--- a/src/help.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/help.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // help.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 (_help_h)
-#define _help_h 1
+#if !defined (octave_help_h)
+#define octave_help_h 1
 
 typedef struct help_list
 {
--- a/src/input.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/input.h	Wed Mar 09 21:19:44 1994 +0000
@@ -23,8 +23,8 @@
 
 // Use the GNU readline library for command line editing and hisory.
 
-#if !defined (_input_h)
-#define _input_h 1
+#if !defined (octave_input_h)
+#define octave_input_h 1
 
 #include <stdio.h>
 
--- 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.
 
--- a/src/mappers.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/mappers.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // mappers.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 (_mappers_h)
-#define _mappers_h 1
+#if !defined (octave_mappers_h)
+#define octave_mappers_h 1
 
 class Complex;
 
--- a/src/oct-hist.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/oct-hist.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // octave-hist.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 (_octave_hist_h)
-#define _octave_hist_h 1
+#if !defined (octave_octave_hist_h)
+#define octave_octave_hist_h 1
 
 extern void initialize_history (void);
 extern void clean_up_history (void);
--- a/src/pager.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/pager.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // pager.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 (_pager_h)
-#define _pager_h 1
+#if !defined (octave_pager_h)
+#define octave_pager_h 1
 
 class ostrstream;
 
--- a/src/parse.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/parse.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_parse_h)
-#define _parse_h 1
+#if !defined (octave_parse_h)
+#define octave_parse_h 1
 
 #include "SLStack.h"
 
--- a/src/pr-output.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/pr-output.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // pr-output.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 (_pr_output_h)
-#define _pr_output_h 1
+#if !defined (octave_pr_output_h)
+#define octave_pr_output_h 1
 
 class ostrstream;
 
--- a/src/procstream.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/procstream.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // procstream.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 (_procstream_h)
-#define _procstream_h 1
+#if !defined (octave_procstream_h)
+#define octave_procstream_h 1
 
 #include <iostream.h>
 #include <procbuf.h>
--- a/src/pt-base.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/pt-base.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_tree_base_h)
-#define _tree_base_h 1
+#if !defined (octave_tree_base_h)
+#define octave_tree_base_h 1
 
 #include <stdio.h>
 #include <time.h>
--- a/src/pt-const.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/pt-const.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_tree_const_h)
-#define _tree_const_h 1
+#if !defined (octave_tree_const_h)
+#define octave_tree_const_h 1
 
 #include <stdlib.h>
 
--- a/src/sighandlers.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/sighandlers.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_sighandlers_h)
-#define _sighandlers_h 1
+#if !defined (octave_sighandlers_h)
+#define octave_sighandlers_h 1
 
 // Signal handler return type.
 #ifndef RETSIGTYPE
--- a/src/symtab.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/symtab.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_symtab_h)
-#define _symtab_h 1
+#if !defined (octave_symtab_h)
+#define octave_symtab_h 1
 
 #include <stdlib.h>
 #include <string.h>
--- a/src/sysdep.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/sysdep.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // sysdep.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 (_sysdep_h)
-#define _sysdep_h 1
+#if !defined (octave_sysdep_h)
+#define octave_sysdep_h 1
 
 extern void sysdep_init (void);
 
--- a/src/t-builtins.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/t-builtins.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // builtin text function support.                          -*- 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 (_t_builtins_h)
-#define _t_builtins_h 1
+#if !defined (octave_t_builtins_h)
+#define octave_t_builtins_h 1
 
 #include "tree-const.h"
 
--- a/src/token.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/token.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // token.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 (_token_h)
-#define _token_h 1
+#if !defined (octave_token_h)
+#define octave_token_h 1
 
 class symbol_record;
 
--- a/src/toplev.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/toplev.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_octave_h)
-#define _octave_h 1
+#if !defined (octave_octave_h)
+#define octave_octave_h 1
 
 #include <stdio.h>
 
--- a/src/tree.h.old	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/tree.h.old	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_tree_h)
-#define _tree_h 1
+#if !defined (octave_tree_h)
+#define octave_tree_h 1
 
 #include <stdio.h>
 
--- a/src/unwind-prot.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/unwind-prot.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // unwind-prot.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 (_unwind_prot_h)
-#define _unwind_prot_h 1
+#if !defined (octave_unwind_prot_h)
+#define octave_unwind_prot_h 1
 
 typedef void (*cleanup_func)(void *ptr);
 
--- a/src/user-prefs.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/user-prefs.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_user_prefs_h)
-#define _user_prefs_h 1
+#if !defined (octave_user_prefs_h)
+#define octave_user_prefs_h 1
 
 struct user_preferences
 {
--- a/src/utils.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/utils.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_utils_h)
-#define _utils_h 1
+#if !defined (octave_utils_h)
+#define octave_utils_h 1
 
 #include <time.h>
 
--- a/src/variables.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/variables.h	Wed Mar 09 21:19:44 1994 +0000
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_variables_h)
-#define _variables_h 1
+#if !defined (octave_variables_h)
+#define octave_variables_h 1
 
 class istream;
 class symbol_record;
--- a/src/xdiv.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/xdiv.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // xdiv.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 (_xdiv_h)
-#define _xdiv_h 1
+#if !defined (octave_xdiv_h)
+#define octave_xdiv_h 1
 
 class Complex;
 class Matrix;
--- a/src/xpow.h	Wed Mar 09 21:08:03 1994 +0000
+++ b/src/xpow.h	Wed Mar 09 21:19:44 1994 +0000
@@ -1,7 +1,7 @@
 // xpow.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 (_xpow_h)
-#define _xpow_h 1
+#if !defined (octave_xpow_h)
+#define octave_xpow_h 1
 
 class Complex;
 class Matrix;