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

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

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

revision 1.78 by mvo, Sat Apr 5 19:10:22 2003 UTC revision 1.79 by ela, Thu May 29 14:39:13 2003 UTC
# Line 561  SCM_DEFINE (scm_strftime, "strftime", 2, Line 561  SCM_DEFINE (scm_strftime, "strftime", 2,
561         environment.  interrupts and thread switching must be deferred         environment.  interrupts and thread switching must be deferred
562         until TZ is restored.  */         until TZ is restored.  */
563      char **oldenv = NULL;      char **oldenv = NULL;
564      SCM *velts = SCM_VELTS (stime);      SCM *velts = (SCM *) SCM_VELTS (stime);
565      int have_zone = 0;      int have_zone = 0;
566    
567      if (!SCM_FALSEP (velts[10]) && *SCM_STRING_CHARS (velts[10]) != 0)      if (!SCM_FALSEP (velts[10]) && *SCM_STRING_CHARS (velts[10]) != 0)

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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