From 2578d3e40758fa6e2acecbba4ab89dbd3c030680 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 13 Sep 2001 11:40:28 +0000 Subject: [PATCH] [project @ 2001-09-13 11:40:28 by simonmar] remove get_prog_arg{c,v} prototypes --- include/HsCore.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/HsCore.h b/include/HsCore.h index 2947a3a..8e49e69 100644 --- a/include/HsCore.h +++ b/include/HsCore.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsCore.h,v 1.2 2001/08/17 12:50:34 simonmar Exp $ + * $Id: HsCore.h,v 1.3 2001/09/13 11:40:28 simonmar Exp $ * * Definitions for package `core' which are visible in Haskell land. * @@ -105,8 +105,4 @@ HsInt systemCmd(HsAddr cmd); /* in inputReady.c */ int inputReady(int fd, int msecs); -/* in progargs.c */ -HsAddr get_prog_argv(void); -HsInt get_prog_argc(); - #endif -- 1.7.10.4