From: simonmar Date: Thu, 13 Sep 2001 11:40:28 +0000 (+0000) Subject: [project @ 2001-09-13 11:40:28 by simonmar] X-Git-Tag: nhc98-1-18-release~1165 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2578d3e40758fa6e2acecbba4ab89dbd3c030680;p=ghc-base.git [project @ 2001-09-13 11:40:28 by simonmar] remove get_prog_arg{c,v} prototypes --- 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