]> git.donarmstrong.com Git - lilypond.git/blob - lib/template.cc
partial: 0.1.65.jcn
[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 // it seems irix (-Dsgi ?)  and sunos (-Dsparc ?)
17
18 // see comments in lily/template1.cc mi2mu/template9.cc
19
20 #if (defined(__linux__) && (__GNUC_MINOR__ < 8))
21 LIST_INSTANTIATE (void *);
22 #endif
23
24 POINTERLIST_INSTANTIATE (Source_file);
25