Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 30 Dec 17
Improve portability (restict length of literal strings <= 4095)
Adress literal limitaton in ISO C99, that requires compilers to support
only… Show more
Improve portability (restict length of literal strings <= 4095)

Adress literal limitaton in ISO C99, that requires compilers to support

only strings up to 4095 bytes. As a consequence, we have to split

the compiled-in literal commands into two parts.

Show less

2.2 + 26 more