Hi,

a couple of days ago I gave splint a try (it looked rather attractive to
me).

However, I did not get too far due to parse errors occuring on multi-line
#define's. E.g.

blog.h: 153:6: Parse Error. (For help ...

Here's the corresponding code:

(152) #define log_fkt_start \
(153)       { \
(154)             log_callstack(...

Putting all the #define on one line helps. I changed three of them, but
overall there are too many.
Following the recommendations given for the case of parse errors did not
help.

Probably, I am doing something fundamentally wrong (I _saw_ line
continuation in the docs),
but I can't figure out what.

Could please anybody give me a hint?

Regards, Thomas.


Reply via email to