]> andersk Git - splint.git/blobdiff - test/noeffect.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / noeffect.c
index a820c701a9e04ffdb32bc1167c71b9d2a1c2e235..79f36364a25bc2ef097c3086e027bb767ce55416 100644 (file)
@@ -1,4 +1,4 @@
 typedef char *exprNode;
 /*@function void exprNode_swap (sef exprNode, sef exprNode)@*/
-# define exprNode_swap(e1,e2) do { exprNode m_tmp = (e1); (e1) = (e2); (e2) = m_tmp; } while (FALSE)
+# define exprNode_swap(e1,e2) do { exprNode m_tmp = (e1); (e1) = (e2); (e2) = m_tmp; } while (false)
 
This page took 0.031194 seconds and 4 git commands to generate.