mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
Inserted some comments
This commit is contained in:
parent
e8855f8d46
commit
f69a01b29c
1 changed files with 3 additions and 3 deletions
|
@ -1464,7 +1464,7 @@ scm_long_long2big (long_long n)
|
||||||
}
|
}
|
||||||
return ans;
|
return ans;
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* HAVE_LONG_LONGS */
|
||||||
|
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
|
@ -4170,7 +4170,7 @@ scm_long_long2num (long_long sl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* HAVE_LONG_LONGS */
|
||||||
|
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
|
@ -4289,7 +4289,7 @@ scm_num2long_long (SCM num, char *pos, const char *s_caller)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* HAVE_LONG_LONGS */
|
||||||
|
|
||||||
|
|
||||||
unsigned long
|
unsigned long
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue