From 01d5d50e2a794048c518679b2718891fe91c4cfa Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 17 Mar 1998 09:53:34 +0100 Subject: [PATCH] partial: 0.1.52.jcn --- mi2mu/template9.cc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mi2mu/template9.cc diff --git a/mi2mu/template9.cc b/mi2mu/template9.cc new file mode 100644 index 0000000000..4e7ee3faad --- /dev/null +++ b/mi2mu/template9.cc @@ -0,0 +1,33 @@ +// +// template.cc -- implementemplate +// ugh: must have unique name for Cygnus' gcc: +// liblily.a(template.o): In function `GLOBAL_$I$template.cc': +// template.cc:28: multiple definition of `global constructors keyed to template.cc' +// +// copyright 1997 Jan Nieuwenhuizen + +#include "proto.hh" +#include "list.hh" +#include "list.tcc" +#include "cursor.tcc" + +class istream; +class ostream; + +#include "mudela-item.hh" +#include "mudela-column.hh" +#include "mudela-staff.hh" +#include "mudela-voice.hh" +#include "mudela-staff.hh" +#include "mudela-score.hh" +#include "pcursor.hh" +#include "plist.hh" +#include "pcursor.tcc" +#include "plist.tcc" + +POINTERLIST_INSTANTIATE(Mudela_item); +POINTERLIST_INSTANTIATE(Mudela_staff); +POINTERLIST_INSTANTIATE(Mudela_voice); +POINTERLIST_INSTANTIATE(Mudela_column); +POINTERLIST_INSTANTIATE(Mudela_score); + -- 2.39.5