(scm_mktime): Use scm_frame_critical_section instead of
authorMarius Vollmer <mvo@zagadka.de>
Sun, 6 Nov 2005 22:12:04 +0000 (22:12 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 6 Nov 2005 22:12:04 +0000 (22:12 +0000)
commit9291479faa3965f39324e3d3f5453c951c0691c9
treed70b6fab1980e90b4b5d1d13bfff5cc64fcdea32
parent914da0e2fce5d0f062d43131270849f2adcb642f
(scm_mktime): Use scm_frame_critical_section instead of
SCM_CRITICAL_SECTION_START/END since the code inside the critical
section might exit non-locally.
libguile/stime.c