From: fred Date: Thu, 9 Jan 1997 16:32:19 +0000 (+0000) Subject: lilypond-0.0.22 X-Git-Tag: release/1.5.59~6427 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc329d95fc845a93e8d4137c680e10644ea42bb0;p=lilypond.git lilypond-0.0.22 --- diff --git a/genheader b/genheader index 739df26c47..f153e3e6ca 100755 --- a/genheader +++ b/genheader @@ -1,10 +1,11 @@ #!/bin/sh def=`echo $1 | sed s/\\\./_/ | tr a-z A-Z` + cat << HERE /* $1 -- part of LilyPond - (c) 1996 Han-Wen Nienhuys + (c) 1996,1997 Han-Wen Nienhuys */ #ifndef $def diff --git a/hdr/moment.hh b/hdr/moment.hh index 3327741384..1f34eae5ab 100644 --- a/hdr/moment.hh +++ b/hdr/moment.hh @@ -1,13 +1,14 @@ /* - (c) 1996 Han-Wen Nienhuys + (c) 1996,97 Han-Wen Nienhuys */ #ifndef MOMENT_HH #define MOMENT_HH #include "rational.hh" - +class String; typedef Rational Moment; +void error_t(String const &s, Moment when); #endif //