/[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.120.2.4 by ossau, Wed Nov 14 00:02:59 2001 UTC revision 1.120.2.5 by ossau, Fri Feb 22 23:04:15 2002 UTC
# Line 2087  ra2l (SCM ra,unsigned long base,unsigned Line 2087  ra2l (SCM ra,unsigned long base,unsigned
2087  }  }
2088    
2089    
2090  SCM_DEFINE (scm_t_arrayo_list, "array->list", 1, 0, 0,  SCM_DEFINE (scm_array_to_list, "array->list", 1, 0, 0,
2091             (SCM v),             (SCM v),
2092              "Return a list consisting of all the elements, in order, of\n"              "Return a list consisting of all the elements, in order, of\n"
2093              "@var{array}.")              "@var{array}.")
2094  #define FUNC_NAME s_scm_t_arrayo_list  #define FUNC_NAME s_scm_array_to_list
2095  {  {
2096    SCM res = SCM_EOL;    SCM res = SCM_EOL;
2097    register long k;    register long k;

Legend:
Removed from v.1.120.2.4  
changed lines
  Added in v.1.120.2.5

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