1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

Define scm_t_wchar in one place

* libguile/__scm.h (scm_t_wchar): Move definition here, closer to
  scm_t_int32 definition (pulled in by scmconfig.h).
* libguile/numbers.h:
* libguile/chars.h: Remove weird maybe-definitions.
This commit is contained in:
Andy Wingo 2018-06-20 11:38:08 +02:00
parent d340a9709c
commit b64941f5af
3 changed files with 9 additions and 10 deletions

View file

@ -422,6 +422,15 @@ typedef long SCM_STACKITEM;
#endif /* SCM___SCM_H */
/* Trivial type declarations and forward declarations. */
typedef scm_t_int32 scm_t_wchar;
/*
Local Variables:
c-file-style: "gnu"