Just moves enterScope and a bunch of other things after doSpecList inside which the return type is handled. Apparently definitions inside that are still in the outer (global) scope according to the standard.
Also removes Cabs2cil.varSizeArrays, which was never added to, so it was always empty anyway.
Closes #112.
Just moves
enterScope
and a bunch of other things afterdoSpecList
inside which the return type is handled. Apparently definitions inside that are still in the outer (global) scope according to the standard.Also removes
Cabs2cil.varSizeArrays
, which was never added to, so it was always empty anyway.This fixes parsing of curl and masscan.