Diff for /rpl/src/analyse.c between versions 1.99 and 1.114

version 1.99, 2015/02/19 11:01:17 version 1.114, 2019/02/03 14:40:27
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.21    RPL/2 (R) version 4.1.31
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2019 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 775  initialisation_instructions(struct_proce Line 775  initialisation_instructions(struct_proce
     INSTRUCTION("RCLSWI", instruction_rclswi);      INSTRUCTION("RCLSWI", instruction_rclswi);
     INSTRUCTION("RECALL", instruction_recall);      INSTRUCTION("RECALL", instruction_recall);
     INSTRUCTION("RECODE", instruction_recode);      INSTRUCTION("RECODE", instruction_recode);
       INSTRUCTION("RECORD", instruction_record);
     INSTRUCTION("REDRAW", instruction_redraw);      INSTRUCTION("REDRAW", instruction_redraw);
     INSTRUCTION("REMOVE", instruction_remove);      INSTRUCTION("REMOVE", instruction_remove);
     INSTRUCTION("REPEAT", instruction_repeat);      INSTRUCTION("REPEAT", instruction_repeat);
Line 825  initialisation_instructions(struct_proce Line 826  initialisation_instructions(struct_proce
     INSTRUCTION("INQUIRE", instruction_inquire);      INSTRUCTION("INQUIRE", instruction_inquire);
     INSTRUCTION("MEMLOCK", instruction_memlock);      INSTRUCTION("MEMLOCK", instruction_memlock);
     INSTRUCTION("MTXLOCK", instruction_mtxlock);      INSTRUCTION("MTXLOCK", instruction_mtxlock);
       INSTRUCTION("NBRCPUS", instruction_nbrcpus);
     INSTRUCTION("PERSIST", instruction_persist);      INSTRUCTION("PERSIST", instruction_persist);
     INSTRUCTION("PLOTTER", instruction_plotter);      INSTRUCTION("PLOTTER", instruction_plotter);
     INSTRUCTION("PRIVATE", instruction_private);      INSTRUCTION("PRIVATE", instruction_private);

Removed from v.1.99  
changed lines
  Added in v.1.114


CVSweb interface <joel.bertrand@systella.fr>