]> git.donarmstrong.com Git - lilypond.git/blob - lib/template.cc
release: 0.1.51
[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 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 0
16 LIST_INSTANTIATE (void *);
17
18 #else
19
20     static void force_list_members ()
21     {
22     List<void*> bla;
23     bla.top().add ((void*)0);
24     }
25
26 #endif
27
28 POINTERLIST_INSTANTIATE (Source_file);