You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This type is unlikely to have been used yet in existing code, so it might be good to fix it sooner than later as there's beginning to be some implementation of the C wide character functions.
Signed wide characters would also cause a collision with WEOF if it's defined as -1 (as it is in the CE toolchain).
The text was updated successfully, but these errors were encountered:
ZDS II defines wchar_t as follows:
Meanwhile in ez80-clang, it's defined as SignedShort:
llvm-project/clang/lib/Basic/Targets/Z80.h
Line 36 in 005a99c
This type is unlikely to have been used yet in existing code, so it might be good to fix it sooner than later as there's beginning to be some implementation of the C wide character functions.
Signed wide characters would also cause a collision with WEOF if it's defined as -1 (as it is in the CE toolchain).
The text was updated successfully, but these errors were encountered: