• Pekka Pessi's avatar
    Fixed bugs with auto allocation. · 583ed215
    Pekka Pessi authored
    In C89 and later, the automatic variable may go away when block is exited.
    The buggy code relied on behaviour of K&R C, where automatic variables are
    reclaimed when function returns.
    
    darcs-hash:20051213130642-65a35-6908b78907e2a7b81e71e1196669ddca4def2ef1.gz
    583ed215