absyntax/absyntax.def
changeset 477 c0c6ff7357b7
parent 476 38d85e9a0507
child 478 b13feab3b918
equal deleted inserted replaced
476:38d85e9a0507 477:c0c6ff7357b7
   969 
   969 
   970 /*******************/
   970 /*******************/
   971 /* B 2.2 Operators */
   971 /* B 2.2 Operators */
   972 /*******************/
   972 /*******************/
   973 /* NOTE: The parameter 'called_fb_declaration' is used to pass data between stage 3 and stage4 (although currently it is not used in stage 4 */
   973 /* NOTE: The parameter 'called_fb_declaration' is used to pass data between stage 3 and stage4 (although currently it is not used in stage 4 */
   974 /* NOTE: The parameter 'deprecated_operation' is used to pass information to print_datatypes_error from fill_candidate class about operation status */ 
   974 /* NOTE: The parameter 'deprecated_operation' indicates that the operation, with the specific data types being used, is currently defined
       
   975  *       in the standard as being deprecated. This variable is filled in with the correct value in stage 3 (fill_candidate_datatypes_c) 
       
   976  *       and currently only used in stage 3 (print_datatypes_error_c).
       
   977  */ 
   975 SYM_REF0(LD_operator_c)
   978 SYM_REF0(LD_operator_c)
   976 SYM_REF0(LDN_operator_c)
   979 SYM_REF0(LDN_operator_c)
   977 SYM_REF0(ST_operator_c)
   980 SYM_REF0(ST_operator_c)
   978 SYM_REF0(STN_operator_c)
   981 SYM_REF0(STN_operator_c)
   979 SYM_REF0(NOT_operator_c)
   982 SYM_REF0(NOT_operator_c)