Mercurial > hg > octave-thorsten
changeset 2573:2799980db720
[project @ 1996-12-09 04:04:48 by jwe]
author | jwe |
---|---|
date | Mon, 09 Dec 1996 04:04:49 +0000 |
parents | 5c2be7c820ed |
children | cfa9f35fd407 |
files | src/Array-string.cc src/SLList-i.cc src/SLList-pc.cc |
diffstat | 3 files changed, 0 insertions(+), 130 deletions(-) [+] |
line wrap: on
line diff
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 <config.h> -#endif - -#include "Array.h" -#include "Array.cc" - -#include "oct-str.h" - -template class ArrayRep<Octave_string>; -template class Array<Octave_string>; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; page-delimiter: "^/\\*" *** -;;; End: *** -*/
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 <config.h> -#endif - -#include "SLList.h" - -#include "SLStack.h" -#include "SLStack.cc" - -template class SLNode<int>; -template class SLList<int>; - -template class Stack<int>; -template class SLStack<int>; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; End: *** -*/
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 <config.h> -#endif - -#include "SLList.h" - -#include "SLStack.h" -#include "SLStack.cc" - -template class SLNode<char *>; -template class SLList<char *>; - -template class Stack<char *>; -template class SLStack<char *>; - -/* -;;; Local Variables: *** -;;; mode: C++ *** -;;; End: *** -*/