mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Fix typo in comment generated by gen-scmconfig.c.
* libguile/gen-scmconfig.c (main): Fix typo in generated comment.
This commit is contained in:
parent
e2c6bf3866
commit
bcc7e238c9
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ main (int argc, char *argv[])
|
|||
pf ("typedef %s scm_t_uint64;\n", SCM_I_GSC_T_UINT64);
|
||||
|
||||
pf ("\n");
|
||||
pf ("/* scm_t_ptrdiff_t and size, always defined -- defined to long if\n"
|
||||
pf ("/* scm_t_ptrdiff and size, always defined -- defined to long if\n"
|
||||
" platform doesn't have ptrdiff_t. */\n");
|
||||
pf ("typedef %s scm_t_ptrdiff;\n", SCM_I_GSC_T_PTRDIFF);
|
||||
if (0 == strcmp ("long", SCM_I_GSC_T_PTRDIFF))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue