summaryrefslogtreecommitdiff
path: root/examples/mailbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mailbox.cpp')
-rw-r--r--examples/mailbox.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/mailbox.cpp b/examples/mailbox.cpp
index 7e9c46e..40f8b55 100644
--- a/examples/mailbox.cpp
+++ b/examples/mailbox.cpp
@@ -588,11 +588,11 @@ tr88:
* the contents. */
cout << headName.data << ":";
headName.clear();
- {stack[top++] = 34; goto st103;}
+ {stack[top++] = 34;goto st103;}
}
headName.clear();
- {stack[top++] = 34; goto st102;}
+ {stack[top++] = 34;goto st102;}
}
goto st34;
st34:
@@ -1496,10 +1496,12 @@ case 104:
cout << headContent.data << endl;
headContent.clear();
p--;
- {cs = stack[--top];goto _again;}
+ {cs = stack[--top]; if ( p == pe )
+ goto _test_eof;
+goto _again;}
}
break;
-#line 1503 "mailbox.cpp"
+#line 1505 "mailbox.cpp"
}
}