From b913572b36da4c38c08939ebf5dc240526d754ec Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 11 Mar 1999 14:13:43 +0200 Subject: [PATCH] patch::: 1.1.34: templates pl 34.jcn1 - templates for windows --- NEWS | 3 +++ VERSION | 2 +- lib/template.cc | 7 +++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c522692383..8093954032 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +pl 34.jcn1 + - templates for windows + pl 33.uu2 - some performance cleanups: junked PointerList instance, plugged some leaks. - style -> fontname now in scheme. diff --git a/VERSION b/VERSION index 94d7adbd70..b211fe4d4f 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=34 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lib/template.cc b/lib/template.cc index 3f6b91c9d0..6d91b48095 100644 --- a/lib/template.cc +++ b/lib/template.cc @@ -13,8 +13,11 @@ #include "cursor.tcc" #include "list.tcc" -#ifdef NEED_EXPLICIT_INSTANTIATION -LIST_INSTANTIATE (void *); +#if defined NEED_EXPLICIT_INSTANTIATION || __CYGWIN__ +// huh? +//LIST_INSTANTIATE (void *); +template class List; +template class Cursor; #endif POINTERLIST_INSTANTIATE (Source_file); -- 2.39.5