Squirrel

The programming language
Welcome to Squirrel Sign in | Join | Help
in Search

SQ3.0b1: SQOuter._next hides SQCollectable._next

Last post 11-15-2009, 4:23 AM by ellon. 0 replies.
Sort Posts: Previous Next
  •  11-15-2009, 4:23 AM 3571

    SQ3.0b1: SQOuter._next hides SQCollectable._next

    In sqclosure.h, line 97:

    SQOuter *_next; /* pointer to next outer when frame is open */

    this hides sqobject.h, line 269:

    SQCollectable *_next;

    This leads INIT_CHAIN macro to initialize SQOuter* rather than SQCollectable*. It seems harmless at now though, can be problematic on some complex situation.

    I hope this helpful,

    Thanks.

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems