[Commits] [wesnoth/wesnoth] 6529bb: Prevent infinitely recursive macros (bug #20126)
GitHub
noreply at github.com
Mon Jun 23 15:05:42 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 6529bbc9cdae0cf524906f51fd7893af5ef36f0f
https://github.com/wesnoth/wesnoth/commit/6529bbc9cdae0cf524906f51fd7893af5ef36f0f
Author: Alexander van Gessel <ai0867 at gmail.com>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M changelog
M src/serialization/preprocessor.cpp
Log Message:
-----------
Prevent infinitely recursive macros (bug #20126)
We simply use the system already in place for file inclusions, and bump the
limit up to 100 to appease compulsive macro users.
More information about the Commits
mailing list