Added an export list to the GenerateC module

This commit is contained in:
Neil Brown 2007-10-03 15:31:03 +00:00
parent e17367edfa
commit 9260bb9177

View File

@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
-}
-- | Generate C code from the mangled AST.
module GenerateC where
module GenerateC (call, CGen, cgenOps, genComma, genCPasses, generate, generateC, genLeftB, genMeta, genName, genRightB, GenOps(..), seqComma, SubscripterFunction, withIf ) where
import Data.Char
import Data.Generics