Dillo 3.0.2, so far ...
Looks like just two errors so far but I amn't no C programmer
Code:
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 14
An identifier is expected.
#define _MSG(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 15
An identifier is expected.
#define _MSG_WARN(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 16
An identifier is expected.
#define _MSG_ERR(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 19
An identifier is expected.
#define MSG(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 27
An identifier is expected.
#define MSG_WARN(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 33
An identifier is expected.
#define MSG_ERR(...) \
^
cc-1055 CC: ERROR File = findtext.cc, Line = 231
A macro invocation has too many arguments.
_MSG("Having to do.");
An identifier is expected.
#define _MSG(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 15
An identifier is expected.
#define _MSG_WARN(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 16
An identifier is expected.
#define _MSG_ERR(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 19
An identifier is expected.
#define MSG(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 27
An identifier is expected.
#define MSG_WARN(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 33
An identifier is expected.
#define MSG_ERR(...) \
^
cc-1055 CC: ERROR File = findtext.cc, Line = 231
A macro invocation has too many arguments.
_MSG("Having to do.");
Looks like just two errors so far but I amn't no C programmer