From d55b356f5ddace22e59d07a276ea5f312cec2b0c Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 11 Jun 1998 10:57:24 +0000 Subject: [PATCH] [project @ 1998-06-11 10:57:24 by sof] Added hspmain prototype --- ghc/compiler/parser/hspincl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/parser/hspincl.h b/ghc/compiler/parser/hspincl.h index 30ba679..f696e5a 100644 --- a/ghc/compiler/parser/hspincl.h +++ b/ghc/compiler/parser/hspincl.h @@ -56,5 +56,6 @@ #include "pbinding.h" extern char *input_filename; +extern tree hspmain(); #endif /* HSPINCL_H */ -- 1.7.10.4