Ticket #2108 (closed bug: fixed)

Opened 15 months ago

Last modified 14 months ago

[PATCH] Problematic definition of assert macro

Reported by: andreasf Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

assert.h defines assert(condition) to ; if NDEBUG is defined. This looks like a mistake and breaks Python compilation.

A proposed patch that makes Python happy is attached.

Attachments

assert.diff (419 bytes) - added by andreasf 15 months ago.
proposed patch

Change History

Changed 15 months ago by andreasf

proposed patch

Changed 15 months ago by andreasf

  • summary changed from [PATH] Problematic definition of assert macro to [PATCH] Problematic definition of assert macro

Changed 14 months ago by andreasf

This patch has been committed as part of r25433, so this ticket can be closed.

Changed 14 months ago by bonefish

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.