mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
593be5d260
commit
b629af45cb
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* readline.c, readline.h: Replace "scm_*_t" with "scm_t_*".
|
||||||
|
|
||||||
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
Thanks to Matthias Köppe!
|
Thanks to Matthias Köppe!
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
|
Throughout: replace "scm_*_t" with "scm_t_*".
|
||||||
|
|
||||||
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign
|
||||||
extension takes place.
|
extension takes place.
|
||||||
* strings.h (SCM_STRING_LENGTH): Likewise.
|
* strings.h (SCM_STRING_LENGTH): Likewise.
|
||||||
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.
|
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue