We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaa96a commit 0254160Copy full SHA for 0254160
Backends/CStatic.hs
@@ -202,7 +202,7 @@ unhandledEventFunction debug handler (StateMachineDeclarator smName) e@(Event ev
202
(Just $ Left $ Declarator (Just $ fromList [POINTER Nothing]) $ IDirectDeclarator event_var)]
203
(CompoundStatement
204
LEFTCURLY
205
- (if not $ null handler || not debug then Nothing else
+ (if (not $ null handler) || not debug then Nothing else
206
(Just $ fromList [Declaration (fromList [C CONST, B CHAR])
207
(Just $ fromList [InitDeclarator (Declarator (Just $ fromList [POINTER Nothing]) $ IDirectDeclarator name_var)
208
(Just $ Pair EQUAL $ AInitializer evname_e)])
0 commit comments