aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2003-04-13 18:32:37 +0000
committerbellard <bellard>2003-04-13 18:32:37 +0000
commitf46a02a3609fdb876ec1462cdfd550cffdeb22f3 (patch)
tree6b7441f692f484c536978ca872f08c1192a66083 /Changelog
parent34b7d96fec7d7eb312a008b4220975550c64bea6 (diff)
downloadtinycc-f46a02a3609fdb876ec1462cdfd550cffdeb22f3.tar.gz
tinycc-f46a02a3609fdb876ec1462cdfd550cffdeb22f3.tar.bz2
fixed macro function bug
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1e73587..c2cfce5 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,7 @@ version 0.9.17:
- function parameters must be converted to pointers (signaled by Neil Brown)
- sanitized string and character constant parsing
- fixed comment parse (signaled by Damian M Gryski)
+- fixed macro function bug (signaled by Philippe Ribet)
version 0.9.16: