]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/pcursor.tcc
release: 1.0.15
[lilypond.git] / flower / include / pcursor.tcc
1 #include "pcursor.hh"
2
3 template<class T>
4 void
5 PCursor<T>::junk()
6 {
7 #if !defined (NDEBUG) && defined (PARANOID)
8   list_l()->OK();
9 #endif
10
11   delete ptr();
12 #if !defined (NDEBUG)&&defined (PARANOID)
13   thing() = 0;
14   list_l()->OK();
15 #endif
16 }