j
k
j a
j l
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 */ } ;
+#include "wine/debug.h"
+WINE_DEFAULT_DEBUG_CHANNEL(msado15);
+enum joined +{
+};
+%}
+%%
+[ \t] { /* ignore all whitespace */ } ;
What about \r?
Back to the thread
Back to the list