stage4/generate_c/generate_c.cc
changeset 231 b8527b0abe75
parent 221 c6aed7e5f070
child 234 e4d31cd0e6d8
equal deleted inserted replaced
230:816846a8d66b 231:b8527b0abe75
   149 #define GET_LOCATED_BY_REF "__GET_LOCATED_BY_REF"
   149 #define GET_LOCATED_BY_REF "__GET_LOCATED_BY_REF"
   150 
   150 
   151 /* Variable setter symbol for accessor macros */
   151 /* Variable setter symbol for accessor macros */
   152 #define SET_VAR "__SET_VAR"
   152 #define SET_VAR "__SET_VAR"
   153 #define SET_EXTERNAL "__SET_EXTERNAL"
   153 #define SET_EXTERNAL "__SET_EXTERNAL"
       
   154 #define SET_COMPLEX_EXTERNAL "__SET_COMPLEX_EXTERNAL"
   154 #define SET_LOCATED "__SET_LOCATED"
   155 #define SET_LOCATED "__SET_LOCATED"
   155 
   156 
   156 
   157 
   157 /* Generate a name for a temporary variable.
   158 /* Generate a name for a temporary variable.
   158  * Each new name generated is appended a different number,
   159  * Each new name generated is appended a different number,