]> andersk Git - splint.git/blobdiff - src/context.c
Integrated Herbert Martin Dietze's changes for OS/2.
[splint.git] / src / context.c
index d91d0ab09ad495fab2ca263738194c9d3feb8c89..d4755345ccc5db2e22eab7c3d4c173a194cfbc01 100644 (file)
@@ -1745,14 +1745,14 @@ void context_enterTrueClause (exprNode e)
 
 void context_enterSwitch (exprNode e)
 {
-  
+  DPRINTF (("Enter switch: %s", exprNode_unparse (e)));
   usymtab_switchBranch (e);
   context_enterCondClauseAux (SWITCHCLAUSE);
 }
 
 void context_exitSwitch (exprNode e, bool allpaths)
 {
-    usymtab_exitSwitch (e, allpaths);
+  usymtab_exitSwitch (e, allpaths);
   
   while (clause_isCase (clauseStack_top (gc.clauses)))
     {
This page took 0.032616 seconds and 4 git commands to generate.