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
|
|
@ -773,7 +773,7 @@ struct cons_pointer make_function( struct cons_pointer src,
|
|||
struct cons_pointer,
|
||||
struct cons_pointer ) );
|
||||
|
||||
struct cons_pointer c_string_to_lisp_keyword( wchar_t *symbol );
|
||||
struct cons_pointer c_string_to_lisp_keyword( char32_t *symbol );
|
||||
|
||||
struct cons_pointer make_lambda( struct cons_pointer args,
|
||||
struct cons_pointer body );
|
||||
|
|
@ -805,8 +805,8 @@ struct cons_pointer make_read_stream( URL_FILE * input,
|
|||
struct cons_pointer make_write_stream( URL_FILE * output,
|
||||
struct cons_pointer metadata );
|
||||
|
||||
struct cons_pointer c_string_to_lisp_string( wchar_t *string );
|
||||
struct cons_pointer c_string_to_lisp_string( char32_t *string );
|
||||
|
||||
struct cons_pointer c_string_to_lisp_symbol( wchar_t *symbol );
|
||||
struct cons_pointer c_string_to_lisp_symbol( char32_t *symbol );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue