Mercurial > ~dholland > hg > tradcpp > index.cgi
diff CHANGES @ 191:c8d4ab9aeff0
don't use "remove" as a local variable; fails on gcc4.1
(because of remove() in stdio.h)
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 20:06:55 -0400 |
parents | 557824449ec7 |
children | 255db24bc29b |
line wrap: on
line diff
--- a/CHANGES Fri Jun 12 20:06:09 2015 -0400 +++ b/CHANGES Fri Jun 12 20:06:55 2015 -0400 @@ -1,3 +1,7 @@ +pending + - Don't use "remove" as a local variable as gcc 4.1 gets upset + about it vs. remove(3) in stdio.h. + release 0.5 (20150612) - Don't report unclosed comments as "No newline at end of file". - Don't rely on <stdbool.h> existing, as (predictably) it doesn't