mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
Removing cygin warning.
This commit is contained in:
parent
32763cd214
commit
ad10e7d766
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -218,7 +218,7 @@ static void repl (sexp ctx, sexp env) {
|
|||
|
||||
#if ! SEXP_USE_BOEHM
|
||||
static sexp_uint_t multiplier (char c) {
|
||||
switch (sexp_tolower(c)) {
|
||||
switch (sexp_tolower((unsigned char)c)) {
|
||||
case 'k': return 1024;
|
||||
case 'm': return (1024*1024);
|
||||
case 'g': return (1024*1024*1024);
|
||||
|
|
Loading…
Add table
Reference in a new issue