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

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

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

revision 1.27 by mvo, Sun Nov 25 15:21:07 2001 UTC revision 1.28 by dirk, Fri Mar 1 00:19:20 2002 UTC
# Line 80  SCM_DEFINE (scm_cons, "cons", 2, 0, 0, Line 80  SCM_DEFINE (scm_cons, "cons", 2, 0, 0,
80              "sense of @code{eq?}) from every previously existing object.")              "sense of @code{eq?}) from every previously existing object.")
81  #define FUNC_NAME s_scm_cons  #define FUNC_NAME s_scm_cons
82  {  {
83    return scm_alloc_cell (SCM_UNPACK (x), SCM_UNPACK (y));    return scm_cell (SCM_UNPACK (x), SCM_UNPACK (y));
84  }  }
85  #undef FUNC_NAME  #undef FUNC_NAME
86    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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