1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

Added extra newline in SCM_INIT macro.

This commit is contained in:
Mikael Djurfeldt 2000-01-07 00:51:16 +00:00
parent 088bb1d4c1
commit 03ec84b88b

View file

@ -66,7 +66,8 @@
#else #else
# define SCM_INSITU(X) # define SCM_INSITU(X)
# define SCM_INIT(X) \ # define SCM_INIT(X) \
%%% X %%% X \
#endif #endif
#ifndef SCM_MAGIC_SNARFER #ifndef SCM_MAGIC_SNARFER