summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 04070dd1bb0..57e93465e37 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,15 @@
+2022-05-10 Martin Liska <mliska@suse.cz>
+
+ * ansidecl.h (PTR): Remove.
+ (const): Likewise.
+ (volatile): Likewise.
+ (signed): Likewise.
+
+2022-05-10 Martin Liska <mliska@suse.cz>
+
+ * hashtab.h (HTAB_EMPTY_ENTRY): Use void * instead PTR.
+ (HTAB_DELETED_ENTRY): Likewise.
+
2022-05-09 Martin Liska <mliska@suse.cz>
* ansidecl.h (PTR): Remove Not ANCI C part.