mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Avoid redundant casting of argument numbers to char* and vice versa.
This commit is contained in:
parent
40f83c3e1b
commit
e4b265d817
15 changed files with 87 additions and 61 deletions
|
@ -683,7 +683,7 @@ SCM_DEFINE (scm_struct_set_x, "struct-set!", 3, 0, 0,
|
|||
|
||||
#if 0
|
||||
case 'i':
|
||||
data[p] = SCM_NUM2LONG (3,val);
|
||||
data[p] = SCM_NUM2LONG (3, val);
|
||||
break;
|
||||
|
||||
case 'd':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue