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