/[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.15 by camm, Tue Jul 15 18:03:38 2003 UTC revision 1.16 by camm, Sat Jul 19 23:38:00 2003 UTC
# Line 2776  read_fasl_vector1(in) Line 2776  read_fasl_vector1(in)
2776  object in;  object in;
2777  {  {
2778          int dimcount, dim;          int dimcount, dim;
2779          object *vsp,vspo;          VOL object *vsp;
2780            object vspo;
2781          VOL object x;          VOL object x;
2782          int i;          int i;
2783          bool e;          bool e;
# Line 2789  object in; Line 2790  object in;
2790                  old_sharp_eq_context[SHARP_EQ_CONTEXT_SIZE];                  old_sharp_eq_context[SHARP_EQ_CONTEXT_SIZE];
2791          int old_backq_level;          int old_backq_level;
2792    
2793            /* to prevent longjmp clobber */
2794            i=(int)&vsp;
2795          vsp=&vspo;          vsp=&vspo;
2796          old_READtable = READtable;          old_READtable = READtable;
2797          old_READdefault_float_format = READdefault_float_format;          old_READdefault_float_format = READdefault_float_format;

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

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