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

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

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

revision 1.7 by ttn, Thu Mar 14 03:47:42 2002 UTC revision 1.8 by mdj, Wed Feb 19 16:16:46 2003 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1995,1996,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,2000,2001, 2003 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 147  SCM_DEFINE (scm_primitive_property_del_x Line 147  SCM_DEFINE (scm_primitive_property_del_x
147  void  void
148  scm_init_properties ()  scm_init_properties ()
149  {  {
150    scm_properties_whash = scm_make_weak_key_hash_table (SCM_MAKINUM (511));    scm_properties_whash = scm_make_weak_key_hash_table (SCM_UNDEFINED);
151  #include "libguile/properties.x"  #include "libguile/properties.x"
152  }  }
153    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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