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:
parent
088bb1d4c1
commit
03ec84b88b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue