Menu

#63 4.51.01: Matrix.c fails to compile w/Sun Forte

closed-fixed
nobody
Patches (1)
5
2005-02-15
2005-02-15
No

It appears that the DEBUGOUT macro can generate
statements; in TraverseInCB there is a declaration
after the macro. This results in a syntax error in Sun
Forte (and presumably any other ANSI-C compliant compiler).

The fix, as in the attached file, is to move the
declaration before the macro.

Discussion

  • Grant McDorman

    Grant McDorman - 2005-02-15

    Patch to 4.51.01 to correct compilation error

     
  • Tobias Oed

    Tobias Oed - 2005-02-15

    Logged In: YES
    user_id=101470

    Thanks, fixed in CVS.
    Tobias

     
  • Tobias Oed

    Tobias Oed - 2005-02-15
    • status: open --> closed
     
  • Tobias Oed

    Tobias Oed - 2005-02-15
    • status: closed --> closed-fixed
     

Log in to post a comment.