/[gcl]/gcl/o/unixsys.c
ViewVC logotype

Diff of /gcl/o/unixsys.c

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

revision 1.5 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.6 by camm, Wed Feb 26 22:21:37 2003 UTC
# Line 76  Lsystem(void) Line 76  Lsystem(void)
76           res = system(command) ;           res = system(command) ;
77           signals_allowed = old;           signals_allowed = old;
78           vs_base[0] = make_fixnum(res >> 8);           vs_base[0] = make_fixnum(res >> 8);
79           vs_base[1] = make_fixnum(res & 0xff);           vs_base[1] = make_fixnum((res & 0xff));
80           vs_top++;           vs_top++;
81         }         }
82  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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