X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FyaccParser%2Futil.c;h=12aa070e2ccaed052dc5cdebd617066f5ae5083e;hb=b52838bcf54a3d5d07cf29f17f3af6f584fc0f4e;hp=7245626d50f247a3413fde40ae31d4ab0e2bb863;hpb=10521d8418fd3a1cf32882718b5bd28992db36fd;p=ghc-hetmet.git diff --git a/ghc/compiler/yaccParser/util.c b/ghc/compiler/yaccParser/util.c index 7245626..12aa070 100644 --- a/ghc/compiler/yaccParser/util.c +++ b/ghc/compiler/yaccParser/util.c @@ -10,11 +10,7 @@ #include "constants.h" #include "utils.h" -#ifndef DPH -#define PARSER_VERSION "0.26" -#else -#define PARSER_VERSION "0.26 -- for Data Parallel Haskell" -#endif +#define PARSER_VERSION "0.27" tree root; /* The root of the built syntax tree. */ list Lnil; @@ -53,7 +49,7 @@ BOOLEAN ignorePragmas = FALSE; /* Set if we want to ignore pragmas */ version 0. */ int minAcceptablePragmaVersion = 5; /* 0.26 or greater ONLY */ -int maxAcceptablePragmaVersion = 5; /* 0.26+ */ +int maxAcceptablePragmaVersion = 6; /* 0.28+ */ int thisIfacePragmaVersion = 0; static char *input_file_dir; /* The directory where the input file is. */