/[gcl]/gcl/o/read.d
ViewVC logotype

Diff of /gcl/o/read.d

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by camm, Sat Jul 19 23:38:00 2003 UTC revision 1.17 by camm, Wed Jul 30 20:26:01 2003 UTC
# Line 1565  Lsharp_exclamation_reader() Line 1565  Lsharp_exclamation_reader()
1565                  return;                  return;
1566          }          }
1567          vs_base[0] = read_object(vs_base[0]);          vs_base[0] = read_object(vs_base[0]);
1568            if (sharp_eq_context_max > 0)
1569                    vs_base[0]=patch_sharp(vs_base[0]);
1570          ieval(vs_base[0]);          ieval(vs_base[0]);
1571          vs_popp;          vs_popp;
1572  }  }
# Line 2866  L: Line 2868  L:
2868                  nlj_active = FALSE;                  nlj_active = FALSE;
2869                  unwind(nlj_fr, nlj_tag);                  unwind(nlj_fr, nlj_tag);
2870          }          }
2871          vs_top = vsp;          vs_top = (object *)vsp;
2872          return(x);          return(x);
2873  }  }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26