absyntax_utils/search_il_operand_type.cc
changeset 202 da1a8186f86f
parent 201 e657008f43d0
child 265 4d222f46f8cc
equal deleted inserted replaced
201:e657008f43d0 202:da1a8186f86f
    38  * The class constructor must be given the search scope
    38  * The class constructor must be given the search scope
    39  * (function, function block or program within which
    39  * (function, function block or program within which
    40  * the possible il_operand variable instance was declared).
    40  * the possible il_operand variable instance was declared).
    41  */
    41  */
    42 
    42 
    43 
    43 #include "absyntax_utils.hh"
    44 
    44 
    45 symbol_c *search_il_operand_type_c::get_type(symbol_c *il_operand) {
    45 symbol_c *search_il_operand_type_c::get_type(symbol_c *il_operand) {
    46   symbol_c *res;
    46   symbol_c *res;
    47 
    47 
    48   /* We first assume that it is a constant... */
    48   /* We first assume that it is a constant... */