# File lib/ruby_to_ansi_c.rb, line 578
  def process_lvar(exp)
    name = exp.shift
    # do nothing at this stage, var should have been checked for
    # existance already.
    return name.to_s
  end