--- rpl/src/analyse.c 2010/03/09 10:18:42 1.6 +++ rpl/src/analyse.c 2010/04/07 13:33:22 1.7 @@ -811,6 +811,7 @@ initialisation_instructions(struct_proce INSTRUCTION("CONTINUE", instruction_continue); INSTRUCTION("DUPCNTXT", instruction_dupcntxt); INSTRUCTION("FUNCTION", instruction_function); + INSTRUCTION("IMPLICIT", instruction_implicit); INSTRUCTION("KEYLABEL", instruction_keylabel); INSTRUCTION("KEYTITLE", instruction_keytitle); INSTRUCTION("LOGSCALE", instruction_logscale);