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

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

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

revision 1.47 by ttn, Thu Mar 14 03:47:42 2002 UTC revision 1.48 by mdj, Wed Feb 19 16:16:46 2003 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, 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 137  scm_init_keywords () Line 137  scm_init_keywords ()
137    scm_set_smob_mark (scm_tc16_keyword, scm_markcdr);    scm_set_smob_mark (scm_tc16_keyword, scm_markcdr);
138    scm_set_smob_print (scm_tc16_keyword, keyword_print);    scm_set_smob_print (scm_tc16_keyword, keyword_print);
139    
140    scm_keyword_obarray = scm_c_make_hash_table (256);    scm_keyword_obarray = scm_c_make_hash_table (0);
141  #include "libguile/keywords.x"  #include "libguile/keywords.x"
142  }  }
143    

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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