changeset 1297:12ecc2ecf0e3

[project @ 1995-05-01 18:39:43 by jwe]
author jwe
date Mon, 01 May 1995 18:39:43 +0000
parents f93b7fa5e113
children c6f21b933f95
files liboctave/idx-vector.cc liboctave/idx-vector.h src/oct-map.cc src/oct-map.h src/oct-obj.cc src/oct-obj.h src/procstream.cc src/procstream.h src/pt-base.cc src/pt-base.h src/pt-cmd.cc src/pt-cmd.h src/pt-exp-base.cc src/pt-exp-base.h src/pt-misc.cc src/pt-misc.h src/pt-plot.cc src/pt-plot.h src/symtab.cc src/symtab.h src/token.cc src/token.h src/unwind-prot.cc src/unwind-prot.h
diffstat 24 files changed, 96 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/idx-vector.cc	Mon May 01 18:30:08 1995 +0000
+++ b/liboctave/idx-vector.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/liboctave/idx-vector.h	Mon May 01 18:30:08 1995 +0000
+++ b/liboctave/idx-vector.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_idx_vector_h)
 #define octave_idx_vector_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 class Matrix;
 class Range;
--- a/src/oct-map.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/oct-map.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/oct-map.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/oct-map.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_oct_map_h)
 #define octave_oct_map_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include "Map.h"
 
 #include "tree-const.h"
--- a/src/oct-obj.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/oct-obj.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/oct-obj.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/oct-obj.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_oct_obj_h)
 #define octave_oct_obj_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include "Array.h"
 #include "mx-base.h"
 
--- a/src/procstream.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/procstream.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/procstream.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/procstream.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_procstream_h)
 #define octave_procstream_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <iostream.h>
 #include <procbuf.h>
 
--- a/src/pt-base.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-base.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/pt-base.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-base.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_tree_base_h)
 #define octave_tree_base_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 
 // How to print the code that the trees represent.
--- a/src/pt-cmd.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-cmd.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/pt-cmd.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-cmd.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_tree_cmd_h)
 #define octave_tree_cmd_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <iostream.h>
 
 class Octave_object;
--- a/src/pt-exp-base.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-exp-base.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/pt-exp-base.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-exp-base.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_tree_expr_h)
 #define octave_tree_expr_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <time.h>
 #include <stdio.h>
 #include <iostream.h>
--- a/src/pt-misc.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-misc.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/pt-misc.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-misc.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_tree_misc_h)
 #define octave_tree_misc_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 class Octave_object;
 class tree_constant;
--- a/src/pt-plot.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-plot.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/pt-plot.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/pt-plot.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_tree_plot_h)
 #define octave_tree_plot_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <iostream.h>
 
 class tree_command;
--- a/src/symtab.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/symtab.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/symtab.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/symtab.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_symtab_h)
 #define octave_symtab_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include "SLStack.h"
 
 #include "variables.h"
--- a/src/token.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/token.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/token.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/token.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_token_h)
 #define octave_token_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class symbol_record;
 
 class
--- a/src/unwind-prot.cc	Mon May 01 18:30:08 1995 +0000
+++ b/src/unwind-prot.cc	Mon May 01 18:39:43 1995 +0000
@@ -21,6 +21,10 @@
 
 */
 
+#if defined (__GNUG__)
+#pragma implementation
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/src/unwind-prot.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/unwind-prot.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_unwind_prot_h)
 #define octave_unwind_prot_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <stddef.h>
 
 typedef void (*cleanup_func)(void *ptr);