Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

Commit

Permalink
Doubles includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaloyan committed Jun 18, 2015
1 parent ef7d30e commit 5164099
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Data/SBV/Compilers/C.hs
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,6 @@ genCProg cfg fn proto (Result kindInfo _tvals cgs ins preConsts tbls arrs _ _ (S
where usorts = [s | KUserSort s _ <- Set.toList kindInfo]
pre = text "/* File:" <+> doubleQuotes (nm <> text ".c") <> text ". Automatically generated by SBV. Do not edit! */"
$$ text ""
$$ text "#include <inttypes.h>"
$$ text "#include <stdint.h>"
$$ text "#include <stdbool.h>"
$$ text "#include <math.h>"
header = text "#include" <+> doubleQuotes (nm <> text ".h")
post = text ""
$$ vcat (map codeSeg cgs)
Expand Down

0 comments on commit 5164099

Please sign in to comment.