diff CHANGES @ 127:a0a86380456e

fix for #if handling: Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid. Reported by Baptiste Daroussin.
author David A. Holland
date Wed, 12 Jun 2013 10:52:56 -0400
parents 3ad1cd80f5a0
children 1cda505ddc78
line wrap: on
line diff
--- a/CHANGES	Wed Jun 12 10:51:10 2013 -0400
+++ b/CHANGES	Wed Jun 12 10:52:56 2013 -0400
@@ -1,3 +1,8 @@
+pending
+   - don't eval the control expression of the first #if of a block when
+     already in a false block; it might not be valid. Reported by
+     Baptiste Daroussin.
+
 release 0.2 (20130611)
    - auto-recognize more builtin PowerPC and mips macros
    - pass -Wunused (partly from Baptiste Daroussin)