COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 15 years ago

#148 closed defect (fixed)

LEMON_FUNCTION_NAME may not work if the compiler is not C99 compliant

Reported by: Akos Ladanyi Owned by: Akos Ladanyi
Priority: major Milestone: LEMON 1.0 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

The LEMON_FUNCTION_NAME macro uses __func__ without testing that it is available.

Attachments (1)

func-c99.patch (688 bytes) - added by Akos Ladanyi 16 years ago.
112ed801139d

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Akos Ladanyi

Attachment: func-c99.patch added

comment:1 Changed 16 years ago by Akos Ladanyi

The attached patch fixes this.

comment:2 Changed 15 years ago by Peter Kovacs

Owner: changed from Alpar Juttner to Akos Ladanyi

[112ed801139d] went to the main branch. Can we close this ticket?

comment:3 in reply to:  2 Changed 15 years ago by Alpar Juttner

Resolution: fixed
Status: newclosed

Replying to kpeter:

[112ed801139d] went to the main branch. Can we close this ticket?

Yes. You were just faster than me.

Note: See TracTickets for help on using tickets.