Skip to content

Commit

Permalink
also undef HAVE_INTERNATL_INTERPRETER in the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jun 2, 2021
1 parent 95a1e3e commit 820dfcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Compiler/Program.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE CPP, NondecreasingIndentation, TupleSections, LambdaCase #-}
-- GHC frontend ( ghc/Main.hs ) adapted for GHCJS
#undef GHCI
#undef HAVE_INTERNAL_INTERPRETER

{-# OPTIONS -fno-warn-incomplete-patterns -optc-DNON_POSIX_SOURCE #-}

Expand Down

0 comments on commit 820dfcd

Please sign in to comment.