/[guile]/guile/guile-core/libguile/gc.h
ViewVC logotype

Diff of /guile/guile-core/libguile/gc.h

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

revision 1.103 by mdj, Sat Dec 21 18:59:47 2002 UTC revision 1.104 by mdj, Wed Feb 19 15:04:50 2003 UTC
# Line 3  Line 3 
3  #ifndef SCM_GC_H  #ifndef SCM_GC_H
4  #define SCM_GC_H  #define SCM_GC_H
5    
6  /* Copyright (C) 1995,1996,1998,1999,2000,2001, 2002 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1998,1999,2000,2001, 2002, 2003 Free Software Foundation, Inc.
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * 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 373  SCM_API void scm_gc_register_root (SCM * Line 373  SCM_API void scm_gc_register_root (SCM *
373  SCM_API void scm_gc_unregister_root (SCM *p);  SCM_API void scm_gc_unregister_root (SCM *p);
374  SCM_API void scm_gc_register_roots (SCM *b, unsigned long n);  SCM_API void scm_gc_register_roots (SCM *b, unsigned long n);
375  SCM_API void scm_gc_unregister_roots (SCM *b, unsigned long n);  SCM_API void scm_gc_unregister_roots (SCM *b, unsigned long n);
376    SCM_API void scm_storage_prehistory (void);
377  SCM_API int scm_init_storage (void);  SCM_API int scm_init_storage (void);
378  SCM_API void *scm_get_stack_base (void);  SCM_API void *scm_get_stack_base (void);
379  SCM_API void scm_init_gc (void);  SCM_API void scm_init_gc (void);

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

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