comparison src/SLList-tm.cc @ 2571:2480ef198c46

[project @ 1996-12-06 21:18:39 by jwe]
author jwe
date Fri, 06 Dec 1996 21:22:39 +0000
parents 003570e69c7b
children fa7dd5fc7c59
comparison
equal deleted inserted replaced
2570:58113987ee03 2571:2480ef198c46
20 20
21 */ 21 */
22 22
23 // Instantiate Stacks of tree_matrix* values. 23 // Instantiate Stacks of tree_matrix* values.
24 24
25 #include "SLStack.h" 25 #ifdef HAVE_CONFIG_H
26 #include "SLStack.cc" 26 #include <config.h>
27 #endif
28
29 #include "SLList.h"
27 30
28 #include "pt-mat.h" 31 #include "pt-mat.h"
29 32
30 template class SLNode<tree_matrix_row *>; 33 template class SLNode<tree_matrix_row *>;
31 template class SLList<tree_matrix_row *>; 34 template class SLList<tree_matrix_row *>;