Closes #18. Change to char32_t everywhere; builds fine, behaviour as before.
This commit is contained in:
parent
812a1be7d9
commit
c59825d7fe
33 changed files with 116 additions and 76 deletions
|
|
@ -13,6 +13,7 @@
|
|||
/*
|
||||
* wide characters
|
||||
*/
|
||||
#include <uchar.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
|
|
@ -25,10 +26,10 @@ struct pso_pointer make_keyword( wint_t c, struct pso_pointer tail );
|
|||
|
||||
struct pso_pointer make_symbol( wint_t c, struct pso_pointer tail );
|
||||
|
||||
struct pso_pointer c_string_to_lisp_string( wchar_t *string );
|
||||
struct pso_pointer c_string_to_lisp_string( char32_t *string );
|
||||
|
||||
struct pso_pointer c_string_to_lisp_keyword( wchar_t *symbol );
|
||||
struct pso_pointer c_string_to_lisp_keyword( char32_t *symbol );
|
||||
|
||||
struct pso_pointer c_string_to_lisp_symbol( wchar_t *symbol );
|
||||
struct pso_pointer c_string_to_lisp_symbol( char32_t *symbol );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue