[Commits] [wesnoth/wesnoth] 54e0bd: Prevent infinitely recursive macros (bug #20126)
GitHub
noreply at github.com
Mon Jun 23 15:03:15 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 54e0bd92c902856fc485611c697236c107ea2344
https://github.com/wesnoth/wesnoth/commit/54e0bd92c902856fc485611c697236c107ea2344
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