diff options
Diffstat (limited to 'rule.h')
| -rw-r--r-- | rule.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ class Rule { private: void Error(const string& msg) { - ERROR("%s:%d: %s", loc.filename, loc.lineno, msg.c_str()); + ERROR_LOC(loc, "%s", msg.c_str()); } }; |
