27 Mar
2023
27 Mar
'23
9:09 p.m.
Zebediah Figura (@zfigura) commented about dlls/msado15/filter.l:
+#include "wine/debug.h" + +WINE_DEFAULT_DEBUG_CHANNEL(msado15); + +enum joined +{ + join_none, + join_and, + join_or +}; + +%} + +%% + +[ \t] { /* ignore all whitespace */ } ; What about \r?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2498#note_28140