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 {