summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0cd277302..beeefb7f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-01-09 Paul Eggert <eggert@cs.ucla.edu>
+ dfa: omit unnecessary allocation
+ * lib/dfa.c (dfaanalyze): Do not allocate follow set, since
+ an all-zero follow set works just fine.
+
dfa: omit unused local
* lib/dfa.c (build_state): Fix up recent change.