1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

Don't doubly define scm_t_wchar

* libguile/chars.h: don't define scm_t_wchar
        * libguile/numbers.h: define scm_t_wchar here
This commit is contained in:
Michael Gran 2009-08-01 11:21:46 -07:00
parent f7118e3552
commit a876e7dcea
2 changed files with 1 additions and 9 deletions

View file

@ -174,10 +174,7 @@ typedef struct scm_t_complex
double imag;
} scm_t_complex;
#ifndef SCM_WCHAR_DEFINED
typedef scm_t_int32 scm_t_wchar;
#define SCM_WCHAR_DEFINED
#endif