# HG changeset patch # User jwe # Date 781110842 0 # Node ID bcf4dff844a572e256cc358f6c7962a21034dbd6 # Parent 0a9ac29dfd4da6024f4e208fadb10a5f571999d4 [project @ 1994-10-02 15:14:02 by jwe] Initial revision diff --git a/src/DLList-fi.cc b/src/DLList-fi.cc new file mode 100644 --- /dev/null +++ b/src/DLList-fi.cc @@ -0,0 +1,38 @@ +// DLList-fi.cc -*- C++ -*- +/* + +Copyright (C) 1993, 1994 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, 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + +// Instantiate Lists of various values. + +#include + +#include "file-io.h" + +template class DLNode ; +template class DLList ; + +/* +;;; Local Variables: *** +;;; mode: C++ *** +;;; page-delimiter: "^/\\*" *** +;;; End: *** +*/