comparison src/SLStack-ui.cc @ 2065:fdad1594039e

[project @ 1996-04-09 00:58:50 by jwe]
author jwe
date Tue, 09 Apr 1996 01:01:13 +0000
parents 003570e69c7b
children 2480ef198c46
comparison
equal deleted inserted replaced
2064:424b95481a85 2065:fdad1594039e
18 along with Octave; see the file COPYING. If not, write to the Free 18 along with Octave; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 20
21 */ 21 */
22 22
23 // Instantiate Stacks of symbol_def* values. 23 // Instantiate Stacks of unsigned values.
24 24
25 #include "SLStack.h" 25 #include "SLStack.h"
26 #include "SLStack.cc" 26 #include "SLStack.cc"
27 27
28 template class SLNode<unsigned>; 28 template class SLNode<unsigned>;