mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 04:30:19 +02:00
Use scm_from_int instead of SCM_MAKINUM.
This commit is contained in:
parent
7f6c5a88cc
commit
0f94980db9
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
# in Guile.
|
# in Guile.
|
||||||
{
|
{
|
||||||
print "#ifdef " $0;
|
print "#ifdef " $0;
|
||||||
print "scm_c_define (\""$0"\", SCM_MAKINUM ("$0"));";
|
print "scm_c_define (\""$0"\", scm_from_int ("$0"));";
|
||||||
print "#endif"
|
print "#endif"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue