[project @ 2001-09-13 11:40:28 by simonmar]
authorsimonmar <unknown>
Thu, 13 Sep 2001 11:40:28 +0000 (11:40 +0000)
committersimonmar <unknown>
Thu, 13 Sep 2001 11:40:28 +0000 (11:40 +0000)
remove get_prog_arg{c,v} prototypes

include/HsCore.h

index 2947a3a..8e49e69 100644 (file)
@@ -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