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

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

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

revision 1.43 by mvo, Sun Nov 25 15:21:06 2001 UTC revision 1.44 by dirk, Fri Mar 1 00:19:20 2002 UTC
# Line 68  scm_i_variable_print (SCM exp, SCM port, Line 68  scm_i_variable_print (SCM exp, SCM port,
68  static SCM  static SCM
69  make_variable (SCM init)  make_variable (SCM init)
70  {  {
71    return scm_alloc_cell (scm_tc7_variable, SCM_UNPACK (init));    return scm_cell (scm_tc7_variable, SCM_UNPACK (init));
72  }  }
73    
74  SCM_DEFINE (scm_make_variable, "make-variable", 1, 0, 0,  SCM_DEFINE (scm_make_variable, "make-variable", 1, 0, 0,

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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