summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-22 16:59:04 -0400
committerPaul Smith <psmith@gnu.org>2013-09-22 17:10:35 -0400
commitfd30db129060770ac0851035e1ca00c371cbee62 (patch)
tree78751c2d36ded09824d12a3a6365f4fb7f8fb3c7 /ChangeLog
parentc3524b83b9bfb7e943f9b91b0d624129a78e5963 (diff)
downloadgunmake-fd30db129060770ac0851035e1ca00c371cbee62.tar.gz
[SV 31155] Parse order-only tokens in second expansion results.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 816a2ad..e96feef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-09-22 Paul Smith <psmith@gnu.org>
+ * implicit.c (pattern_search): After second expansion be sure to
+ handle order-only markers inside the expansion properly.
+ Fixes Savannah bug #31155.
+
* guile.c (guile_define_module): Technically a void* cannot
contain a pointer-to-function and some compilers warn about this.
Cast the function pointers.