absyntax/absyntax.def
changeset 478 b13feab3b918
parent 477 c0c6ff7357b7
child 495 8c6823fee086
equal deleted inserted replaced
477:c0c6ff7357b7 478:b13feab3b918
   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' indicates that the operation, with the specific data types being used, is currently defined
   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) 
   975  *       in the standard as being deprecated. This variable is filled in with the correct value in stage 3 (narrow_candidate_datatypes_c) 
   976  *       and currently only used in stage 3 (print_datatypes_error_c).
   976  *       and currently only used in stage 3 (print_datatypes_error_c).
   977  */ 
   977  */ 
   978 SYM_REF0(LD_operator_c)
   978 SYM_REF0(LD_operator_c)
   979 SYM_REF0(LDN_operator_c)
   979 SYM_REF0(LDN_operator_c)
   980 SYM_REF0(ST_operator_c)
   980 SYM_REF0(ST_operator_c)