2 template.cc -- instantiate Pointer_list<Source_file*>
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #include "source-file.hh"
12 #include "pcursor.tcc"
16 #ifdef NEED_EXPLICIT_INSTANTIATION
17 LIST_INSTANTIATE (void *);
20 POINTERLIST_INSTANTIATE (Source_file
);