/[gcl]/gcl/o/symbol.d
ViewVC logotype

Diff of /gcl/o/symbol.d

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

revision 1.8 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.8.6.1 by camm, Sun Sep 14 02:30:45 2003 UTC
# Line 640  object place; Line 640  object place;
640    
641    
642  void  void
643  init_symbol()  gcl_init_symbol()
644  {  {
645          string_register = alloc_simple_string(0);          string_register = alloc_simple_string(0);
646          gensym_prefix = make_simple_string("G");          gensym_prefix = make_simple_string("G");
# Line 660  init_symbol() Line 660  init_symbol()
660  }  }
661    
662  void  void
663  init_symbol_function()  gcl_init_symbol_function()
664  {  {
665          make_function("GET", Lget);          make_function("GET", Lget);
666          make_function("REMPROP", Lremprop);          make_function("REMPROP", Lremprop);

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

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