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

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

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

revision 1.127 by mvo, Mon Feb 11 18:06:49 2002 UTC revision 1.128 by ossau, Fri Feb 22 23:14:38 2002 UTC
# Line 2078  ra2l (SCM ra,unsigned long base,unsigned Line 2078  ra2l (SCM ra,unsigned long base,unsigned
2078  }  }
2079    
2080    
2081  SCM_DEFINE (scm_t_arrayo_list, "array->list", 1, 0, 0,  SCM_DEFINE (scm_array_to_list, "array->list", 1, 0, 0,
2082             (SCM v),             (SCM v),
2083              "Return a list consisting of all the elements, in order, of\n"              "Return a list consisting of all the elements, in order, of\n"
2084              "@var{array}.")              "@var{array}.")
2085  #define FUNC_NAME s_scm_t_arrayo_list  #define FUNC_NAME s_scm_array_to_list
2086  {  {
2087    SCM res = SCM_EOL;    SCM res = SCM_EOL;
2088    register long k;    register long k;

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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