Fix #648: Fix line numbers reported in warnings about undefined references.

This commit is contained in:
Georg Brandl
2011-09-23 09:46:24 +02:00
parent fef4faf50d
commit db87ed440c
20 changed files with 113 additions and 93 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.8 (Sep 23, 2011)
============================
* #648: Fix line numbers reported in warnings about undefined
references.
* #696, #666: Fix C++ array definitions and template arguments
that are not type names.