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

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

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

revision 1.104 by hanwen, Sun Aug 4 00:17:18 2002 UTC revision 1.105 by hanwen, Fri Aug 16 22:01:10 2002 UTC
# Line 383  scm_c_symbol2str (SCM obj, char *str, si Line 383  scm_c_symbol2str (SCM obj, char *str, si
383      {      {
384        /* FIXME: Should we use exported wrappers for malloc (and free), which        /* FIXME: Should we use exported wrappers for malloc (and free), which
385         * allow windows DLLs to call the correct freeing function? */         * allow windows DLLs to call the correct freeing function? */
386        str = (char *) malloc ((len + 1) * sizeof (char));        str = (char *) scm_malloc ((len + 1) * sizeof (char));
387        if (str == NULL)        if (str == NULL)
388          return NULL;          return NULL;
389      }      }

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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