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

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

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

revision 1.13 by ttn, Thu Mar 14 03:47:41 2002 UTC revision 1.14 by hanwen, Fri Aug 16 22:01:09 2002 UTC
# Line 87  scm_c_issue_deprecation_warning (const c Line 87  scm_c_issue_deprecation_warning (const c
87            scm_newline (scm_current_error_port ());            scm_newline (scm_current_error_port ());
88          }          }
89        msg = strdup (msg);        msg = strdup (msg);
90        iw = malloc (sizeof (struct issued_warning));        iw = scm_malloc (sizeof (struct issued_warning));
91        if (msg == NULL || iw == NULL)        if (msg == NULL || iw == NULL)
92          return;          return;
93        iw->message = msg;        iw->message = msg;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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