diff options
author | sof <unknown> | 1998-06-11 10:57:24 +0000 |
---|---|---|
committer | sof <unknown> | 1998-06-11 10:57:24 +0000 |
commit | d55b356f5ddace22e59d07a276ea5f312cec2b0c (patch) | |
tree | cfbf8332735e7781757d7d40d025526da9feba74 | |
parent | 932ceee5c2331dcbb55162627a3f94b11e8ce664 (diff) | |
download | haskell-d55b356f5ddace22e59d07a276ea5f312cec2b0c.tar.gz |
[project @ 1998-06-11 10:57:24 by sof]
Added hspmain prototype
-rw-r--r-- | ghc/compiler/parser/hspincl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/parser/hspincl.h b/ghc/compiler/parser/hspincl.h index 30ba67921c..f696e5af11 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 */ |