From: Guillermo J. Rozas Date: Mon, 20 Jan 1992 16:03:50 +0000 (+0000) Subject: Add ANSI-style declarations for free and abort. X-Git-Tag: 20090517-FFI~9965 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6bef4adf1b55f088f3010a5e27b6a33f7d544072;p=mit-scheme.git Add ANSI-style declarations for free and abort. --- diff --git a/v7/src/microcode/dstack.h b/v7/src/microcode/dstack.h index 789999796..5845d738f 100644 --- a/v7/src/microcode/dstack.h +++ b/v7/src/microcode/dstack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1990-91 Free Software Foundation, Inc. +/* Copyright (C) 1990-92 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/dstack.h,v 1.2 1991/07/05 23:28:40 cph Exp $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/dstack.h,v 1.3 1992/01/20 16:03:50 jinx Exp $ */ #ifndef __DSTACK_H__ #define __DSTACK_H__ @@ -22,6 +22,10 @@ #include "ansidecl.h" #include +extern void + EXFUN (free, (void *)), + EXFUN (abort, (void)); + extern void EXFUN (dstack_initialize, (void)); /* Call this once to initialize the stack. */