[SV 31155] Parse order-only tokens in second expansion results.

This commit is contained in:
Paul Smith
2013-09-22 16:59:04 -04:00
parent c3524b83b9
commit fd30db1290
4 changed files with 48 additions and 11 deletions

View File

@@ -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.