* gc-card.c (scm_i_card_statistics): Return if BITVEC is NULL.
[bpt/guile.git] / libguile / dynwind.h
index ce68bcd..0f38682 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 \f
@@ -63,6 +63,8 @@ SCM_API void scm_frame_unwind_handler_with_scm (void (*func) (SCM), SCM data,
 SCM_API void scm_frame_rewind_handler_with_scm (void (*func) (SCM), SCM data,
                                                scm_t_wind_flags);
 
+SCM_API void scm_frame_free (void *mem);
+
 #ifdef GUILE_DEBUG
 SCM_API SCM scm_wind_chain (void);
 #endif /*GUILE_DEBUG*/