*** empty log message ***
[bpt/guile.git] / libguile / mallocs.h
index 90a03c4..4bc347e 100644 (file)
@@ -16,7 +16,8 @@
  * 
  * You should have received a copy of the GNU General Public License
  * along with this software; see the file COPYING.  If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307 USA
  *
  * As a special exception, the Free Software Foundation gives permission
  * for additional uses of the text contained in its release of GUILE.
@@ -40,8 +41,7 @@
  *
  * If you write modifications of your own for GUILE, it is your choice
  * whether to permit this exception to apply to your modifications.
- * If you do not wish that, delete this exception notice.  
- */
+ * If you do not wish that, delete this exception notice.  */
 \f
 #include "libguile/__scm.h"
 
@@ -53,16 +53,8 @@ extern int scm_tc16_malloc;
 #define SCM_SETMALLOCDATA(obj, val) ((char *)SCM_SETCDR(obj, val))
 
 \f
-#ifdef __STDC__
-extern SCM scm_malloc_obj (scm_sizet n);
-extern void scm_init_mallocs (void);
-
-#else /* STDC */
-extern SCM scm_malloc_obj ();
-extern void scm_init_mallocs ();
-
-#endif /* STDC */
-
 
+extern SCM scm_malloc_obj SCM_P ((scm_sizet n));
+extern void scm_init_mallocs SCM_P ((void));
 
 #endif  /* MALLOCSH */