summaryrefslogtreecommitdiff
path: root/i/marvin
diff options
context:
space:
mode:
authorschodet2006-05-21 00:23:18 +0000
committerschodet2006-05-21 00:23:18 +0000
commit3f95ba2c319da8d6228e7eeda30fa7dd00586b38 (patch)
treef4760df6839e2cf0aa51809a48d8c445687397a5 /i/marvin
parent221aee667450528dc2d52400c00c40d30ea2d22d (diff)
Ajout du _postcall.
Diffstat (limited to 'i/marvin')
-rw-r--r--i/marvin/src/interpreter/interpreter_parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/i/marvin/src/interpreter/interpreter_parser.cc b/i/marvin/src/interpreter/interpreter_parser.cc
index b81eba3..2a3f54b 100644
--- a/i/marvin/src/interpreter/interpreter_parser.cc
+++ b/i/marvin/src/interpreter/interpreter_parser.cc
@@ -37,5 +37,6 @@ void
InterpreterParser::call (const std::string &id, AnyList &args)
{
interpreter_.call (id, args, dryrun_);
+ interpreter_.call ("_postcall", AnyList (), dryrun_);
}