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

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

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

revision 1.22 by ttn, Thu Mar 14 03:47:42 2002 UTC revision 1.23 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 113  SCM_DEFINE (scm_set_object_property_x, " Line 113  SCM_DEFINE (scm_set_object_property_x, "
113  void  void
114  scm_init_objprop ()  scm_init_objprop ()
115  {  {
116    scm_object_whash = scm_make_weak_key_hash_table (SCM_MAKINUM (511));    scm_object_whash = scm_make_weak_key_hash_table (SCM_UNDEFINED);
117  #include "libguile/objprop.x"  #include "libguile/objprop.x"
118  }  }
119    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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