From 3f95ba2c319da8d6228e7eeda30fa7dd00586b38 Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 21 May 2006 00:23:18 +0000 Subject: Ajout du _postcall. --- i/marvin/src/interpreter/interpreter_parser.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'i/marvin/src/interpreter') 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_); } -- cgit v1.2.3