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

Diff of /gcl/o/main.c

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

revision 1.20 by camm, Fri Sep 27 21:13:56 2002 UTC revision 1.21 by mjthomas, Fri Oct 11 07:53:14 2002 UTC
# Line 361  void Line 361  void
361  error(char *s)  error(char *s)
362  {  {
363          if (catch_fatal>0 && interrupt_enable )          if (catch_fatal>0 && interrupt_enable )
364            {catch_fatal = -1;              {catch_fatal = -1;
365             if (sgc_enabled)             if (sgc_enabled)
366               { sgc_quit();}               { sgc_quit();}
367             if (sgc_enabled==0)             if (sgc_enabled==0)
# Line 463  initlisp(void) { Line 463  initlisp(void) {
463          init_print();          init_print();
464          init_GBC();          init_GBC();
465    
466  #ifdef UNIX  #if defined ( UNIX ) || defined ( __MINGW32__ )
467  #ifndef DGUX  #ifndef DGUX
468          init_unixfasl();          init_unixfasl();
469          init_unixsys();          init_unixsys();

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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