mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
better consistency with the names of other SCM_VALIDATE_ macros and better conformance to guile naming policy.
This commit is contained in:
parent
f5421cfc2a
commit
47c6b75ea9
27 changed files with 172 additions and 172 deletions
|
@ -398,7 +398,7 @@ GUILE_PROC(scm_display_application, "display-application", 1, 2, 0,
|
|||
if (SCM_UNBNDP (indent))
|
||||
indent = SCM_INUM0;
|
||||
else
|
||||
SCM_VALIDATE_INT(3,indent);
|
||||
SCM_VALIDATE_INUM(3,indent);
|
||||
|
||||
if (SCM_FRAME_PROC_P (frame))
|
||||
/* Display an application. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue