open-watcom / open-watcom-v2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Other
988 stars 162 forks source link

Separate multi-byte code from single-byte code in CRTL #1332

Open jmalak opened 2 months ago

jmalak commented 2 months ago

Some of single-byte functions include multi-byte processing that final executable include full multi-byte stuff even if it works with single-byte characters only. The multi-byte stuff should be fully separated (not used) until multi-byte character functions are used in executable.