lilypond-0.1.55
[lilypond.git] / lib / template.cc
blob2ea84593a96794c2a2ff2f703e8ed58750dc4502
1 /*
2 template.cc -- instantiate Pointer_list<Source_file*>
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "source-file.hh"
10 #include "plist.tcc"
11 #include "pcursor.tcc"
12 #include "cursor.tcc"
13 #include "list.tcc"
15 #if !defined(__CYGWIN32__) && __GNUC_MINOR__ < 8
16 LIST_INSTANTIATE (void *);
17 #endif
19 POINTERLIST_INSTANTIATE (Source_file);