[DGD] Comment/Preprocessor Bug

Blain blain20 at gmail.com
Wed Apr 24 15:13:13 CEST 2013


408: #define DEBUG_WRAP
409: #ifdef DEBUG_WRAP
410: } //rlimits
411: #endif /* DEBUG_WRAP */

[Error] Compile:  413 /sys/lib/xfun/terminal: syntax error

I double-checked all line endings for token.c in the source and this file,
and make'd clean before compiling.

It also bugs now even if there are no comments at all.

#define DEBUG_WRAP
#ifdef DEBUG_WRAP
}
#endif

[Error] Compile:  413 /sys/lib/xfun/terminal: syntax error

Hope this helps!

--Blain



On Wed, Apr 24, 2013 at 8:04 PM, Felix A. Croes <felix at dworkin.nl> wrote:

> Blain <blain20 at gmail.com> wrote:
>
> > My last only happens if Notepad2 decides to change line endings on me
> > (grr).  You can ignore it.  The new driver behaves fine if DEBUG_WRAP is
> > undefined.  The former post still applies if DEBUG_WRAP is defined,
> except
> > it complains about one less error now:
>
> Try again with the latest commit.
>
> Regards,
> Felix Croes
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>



More information about the DGD mailing list