# HG changeset patch # User jwe # Date 799353583 0 # Node ID 12ecc2ecf0e3a9afe47eba8507743ff0f7fae470 # Parent f93b7fa5e113d3c7eb96cd72555d1826bbb5d772 [project @ 1995-05-01 18:39:43 by jwe] diff --git a/liboctave/idx-vector.cc b/liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc +++ b/liboctave/idx-vector.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/idx-vector.h b/liboctave/idx-vector.h --- a/liboctave/idx-vector.h +++ b/liboctave/idx-vector.h @@ -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; diff --git a/src/oct-map.cc b/src/oct-map.cc --- a/src/oct-map.cc +++ b/src/oct-map.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/oct-map.h b/src/oct-map.h --- a/src/oct-map.h +++ b/src/oct-map.h @@ -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" diff --git a/src/oct-obj.cc b/src/oct-obj.cc --- a/src/oct-obj.cc +++ b/src/oct-obj.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/oct-obj.h b/src/oct-obj.h --- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -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" diff --git a/src/procstream.cc b/src/procstream.cc --- a/src/procstream.cc +++ b/src/procstream.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/procstream.h b/src/procstream.h --- a/src/procstream.h +++ b/src/procstream.h @@ -24,6 +24,10 @@ #if !defined (octave_procstream_h) #define octave_procstream_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include #include diff --git a/src/pt-base.cc b/src/pt-base.cc --- a/src/pt-base.cc +++ b/src/pt-base.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-base.h b/src/pt-base.h --- a/src/pt-base.h +++ b/src/pt-base.h @@ -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. diff --git a/src/pt-cmd.cc b/src/pt-cmd.cc --- a/src/pt-cmd.cc +++ b/src/pt-cmd.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-cmd.h b/src/pt-cmd.h --- a/src/pt-cmd.h +++ b/src/pt-cmd.h @@ -24,6 +24,10 @@ #if !defined (octave_tree_cmd_h) #define octave_tree_cmd_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include class Octave_object; diff --git a/src/pt-exp-base.cc b/src/pt-exp-base.cc --- a/src/pt-exp-base.cc +++ b/src/pt-exp-base.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-exp-base.h b/src/pt-exp-base.h --- a/src/pt-exp-base.h +++ b/src/pt-exp-base.h @@ -24,6 +24,10 @@ #if !defined (octave_tree_expr_h) #define octave_tree_expr_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include #include #include diff --git a/src/pt-misc.cc b/src/pt-misc.cc --- a/src/pt-misc.cc +++ b/src/pt-misc.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-misc.h b/src/pt-misc.h --- a/src/pt-misc.h +++ b/src/pt-misc.h @@ -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; diff --git a/src/pt-plot.cc b/src/pt-plot.cc --- a/src/pt-plot.cc +++ b/src/pt-plot.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-plot.h b/src/pt-plot.h --- a/src/pt-plot.h +++ b/src/pt-plot.h @@ -24,6 +24,10 @@ #if !defined (octave_tree_plot_h) #define octave_tree_plot_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include class tree_command; diff --git a/src/symtab.cc b/src/symtab.cc --- a/src/symtab.cc +++ b/src/symtab.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/symtab.h b/src/symtab.h --- a/src/symtab.h +++ b/src/symtab.h @@ -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" diff --git a/src/token.cc b/src/token.cc --- a/src/token.cc +++ b/src/token.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/token.h b/src/token.h --- a/src/token.h +++ b/src/token.h @@ -24,6 +24,10 @@ #if !defined (octave_token_h) #define octave_token_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + class symbol_record; class diff --git a/src/unwind-prot.cc b/src/unwind-prot.cc --- a/src/unwind-prot.cc +++ b/src/unwind-prot.cc @@ -21,6 +21,10 @@ */ +#if defined (__GNUG__) +#pragma implementation +#endif + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/unwind-prot.h b/src/unwind-prot.h --- a/src/unwind-prot.h +++ b/src/unwind-prot.h @@ -24,6 +24,10 @@ #if !defined (octave_unwind_prot_h) #define octave_unwind_prot_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include typedef void (*cleanup_func)(void *ptr);