# HG changeset patch # User jwe # Date 850104289 0 # Node ID 2799980db7205cdbde708290fe02decf3a3ad6ca # Parent 5c2be7c820ed977fb089f5e45b984c590f58d448 [project @ 1996-12-09 04:04:48 by jwe] diff --git a/src/Array-string.cc b/src/Array-string.cc deleted file mode 100644 --- a/src/Array-string.cc +++ /dev/null @@ -1,42 +0,0 @@ -/* - -Copyright (C) 1993, 1994, 1995 John W. Eaton - -This file is part of Octave. - -Octave is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -Octave is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License -along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -// Instantiate Arrays of Strings. - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include "Array.h" -#include "Array.cc" - -#include "oct-str.h" - -template class ArrayRep; -template class Array; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; page-delimiter: "^/\\*" *** -;;; End: *** -*/ diff --git a/src/SLList-i.cc b/src/SLList-i.cc deleted file mode 100644 --- a/src/SLList-i.cc +++ /dev/null @@ -1,44 +0,0 @@ -/* - -Copyright (C) 1996 John W. Eaton - -This file is part of Octave. - -Octave is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -Octave is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License -along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -// Instantiate Stacks of int values. - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include "SLList.h" - -#include "SLStack.h" -#include "SLStack.cc" - -template class SLNode; -template class SLList; - -template class Stack; -template class SLStack; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; End: *** -*/ diff --git a/src/SLList-pc.cc b/src/SLList-pc.cc deleted file mode 100644 --- a/src/SLList-pc.cc +++ /dev/null @@ -1,44 +0,0 @@ -/* - -Copyright (C) 1996 John W. Eaton - -This file is part of Octave. - -Octave is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -Octave is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License -along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -// Instantiate Stacks of char* values. - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include "SLList.h" - -#include "SLStack.h" -#include "SLStack.cc" - -template class SLNode; -template class SLList; - -template class Stack; -template class SLStack; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; End: *** -*/