From 8aabb0c98e62420e4534424daa9d57cfec6f3031 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Fri, 7 Mar 2008 17:02:03 +0000 Subject: [PATCH] Add a missing fold marker. --- backends/GenerateC.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/GenerateC.hs b/backends/GenerateC.hs index 62b7536..6d6d0f7 100644 --- a/backends/GenerateC.hs +++ b/backends/GenerateC.hs @@ -56,6 +56,7 @@ genCPasses = makePassesDep' ((== BackendC) . csBackend) cPreReq :: [Property] cPreReq = cCppCommonPreReq ++ [Prop.parsIdentified, Prop.waitForRemoved] +--{{{ generator ops -- | Operations for the C backend. cgenOps :: GenOps cgenOps = GenOps {