diff options
Diffstat (limited to 'ghc/compiler/parser/utils.h')
-rw-r--r-- | ghc/compiler/parser/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/parser/utils.h b/ghc/compiler/parser/utils.h index c4f60a9e75..1a682ecbd5 100644 --- a/ghc/compiler/parser/utils.h +++ b/ghc/compiler/parser/utils.h @@ -64,6 +64,7 @@ void pprogram PROTO((tree)); void format_string PROTO((FILE *, unsigned char *, int)); list type2context PROTO((ttype)); +void is_context_format PROTO((ttype, int)); pbinding createpat PROTO((pbinding, binding)); void process_args PROTO((int, char **)); void hash_init PROTO((void)); |