+2005-02-28 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
+ without libintl.
+
2005-02-28 Graham Percival <gperlist@shaw.ca>
* Documentation/user/basic-notation.itely,
{
SCM_ASSERT_TYPE (scm_is_string (string), string, SCM_ARG1,
__FUNCTION__, "string");
- return scm_makfrom0str (gettext (scm_i_string_chars (string)));
+ return scm_makfrom0str (_ (scm_i_string_chars (string)));
}
LY_DEFINE (ly_output_backend, "ly:output-backend",