Post #2226559
2024-12-26 20:02 UTC
@Obdurodon@hachyderm.io This does not seem to be legal C code.
1. if ═ would be an empty macro, ══ would still be undefined.
2. gcc does not accept ═ as a macro name:
gcc -o test test.c
test.c:3:9: error: macro names must be identifiers
3 | #define ║ ;
3. When c file is in input charset IBM-850, it still does not work.
Replies (0)
No replies.