1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Add missing `FUNC_NAME' definition.

* libguile/load.c (scm_sys_warn_autocompilation_enabled): Define
  `FUNC_NAME'.
This commit is contained in:
Ludovic Courtès 2009-08-28 01:16:49 +02:00
parent 639bf3e507
commit 1505848425

View file

@ -650,6 +650,7 @@ autocompile_catch_handler (void *data, SCM tag, SCM throw_args)
SCM_DEFINE (scm_sys_warn_autocompilation_enabled, "%warn-autocompilation-enabled", 0, 0, 0,
(void), "")
#define FUNC_NAME s_scm_sys_warn_autocompilation_enabled
{
static int message_shown = 0;
@ -663,7 +664,7 @@ SCM_DEFINE (scm_sys_warn_autocompilation_enabled, "%warn-autocompilation-enabled
return SCM_UNSPECIFIED;
}
#undef FUNC_NAME
static SCM
scm_try_autocompile (SCM source)