/[guile]/guile/guile-core/libguile/init.c
ViewVC logotype

Diff of /guile/guile-core/libguile/init.c

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

revision 1.137 by hanwen, Sun Aug 4 00:17:18 2002 UTC revision 1.138 by mvo, Sun Oct 27 20:12:51 2002 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1995,1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002 Free Software Foundation, Inc.
2   *   *
3   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
4   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 470  scm_init_guile_1 (SCM_STACKITEM *base) Line 470  scm_init_guile_1 (SCM_STACKITEM *base)
470  #endif  #endif
471    start_stack (base);    start_stack (base);
472    scm_init_gsubr ();    scm_init_gsubr ();
473      scm_init_thread_procs ();    /* Requires gsubrs */
474    scm_init_procprop ();    scm_init_procprop ();
475    scm_init_environments ();    scm_init_environments ();
476    scm_init_feature ();    scm_init_feature ();

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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