--- rpl/src/analyse.c 2011/09/26 15:57:09 1.58 +++ rpl/src/analyse.c 2011/10/04 19:32:35 1.59 @@ -733,8 +733,10 @@ initialisation_instructions(struct_proce INSTRUCTION("CLRSWI", instruction_clrswi); INSTRUCTION("CREATE", instruction_create); INSTRUCTION("DELETE", instruction_delete); -# ifndef OS2 +# ifdef SHARED_MEMORY INSTRUCTION("DETACH", instruction_detach); +# else + INSTRUCTION("DETACH", instruction_spawn); # endif INSTRUCTION("DIAG->", instruction_diag_fleche); //INSTRUCTION("DOLIST")