From a402b40e50e37c50fdaea7469f440a973f1a4f25 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 20 Dec 2019 13:39:09 -0500 Subject: [PATCH] spectral/knights: Use CPP LANGUAGE pragma --- spectral/knights/Main.lhs | 1 + spectral/knights/Makefile | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spectral/knights/Main.lhs b/spectral/knights/Main.lhs index 022c101..31b282a 100644 --- a/spectral/knights/Main.lhs +++ b/spectral/knights/Main.lhs @@ -5,6 +5,7 @@ \section{The Main Program.} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%M O D U L E%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{code} +{-# LANGUAGE CPP #-} module Main(main) where \end{code} %%%%%%%%%%%%%%%%%% I M P O R T S / T Y P E D E F S %%%%%%%%%%%%%% diff --git a/spectral/knights/Makefile b/spectral/knights/Makefile index 4177b3b..1a008b5 100644 --- a/spectral/knights/Makefile +++ b/spectral/knights/Makefile @@ -1,8 +1,6 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -cpp - FAST_OPTS = 8 1 NORM_OPTS = 14 1 SLOW_OPTS = 20 1 -- GitLab