diff options
Diffstat (limited to 'libguile/posix.c')
-rw-r--r-- | libguile/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/posix.c b/libguile/posix.c index 9b7abe591..3efc6aa02 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -1041,7 +1041,7 @@ the @code{tmpnam} function in the system libraries.") SCM_SYSCALL (tmpnam (name);); return scm_makfrom0str (name); } -#undef FUNC_NAME; +#undef FUNC_NAME #endif |