From 7f30b9bd4cad41980b23f3f3d569053df56dbeee Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 19 Jun 2006 22:27:31 +0000 Subject: [PATCH] remove ? from version-seen? --- ChangeLog | 4 ++++ lily/lexer.ll | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd5cf24a44..e68c5885ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-20 Han-Wen Nienhuys + + * lily/lexer.ll: remove ? from version-seen? + 2006-06-19 John Mandereau * po/fr.po; update translation, by Jean-Charles Malahieude and John Mandereau. diff --git a/lily/lexer.ll b/lily/lexer.ll index e6e891f284..2b887d0046 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -192,7 +192,7 @@ BOM_UTF8 \357\273\277 yy_pop_state (); SCM top_scope = scm_car (scm_last_pair (scopes_)); - scm_module_define (top_scope, ly_symbol2scm ("version-seen?"), SCM_BOOL_T); + scm_module_define (top_scope, ly_symbol2scm ("version-seen"), SCM_BOOL_T); if (!is_valid_version (s)) return INVALID; -- 2.39.5