summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:07:10 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:07:10 +0800
commit7fe0c5231ae80dbec34414ec47fe94f85b52ccfe (patch)
treef7a5df0c9b12feae89c496bd906c88eb3614ba83
parent52ebc999c3c1f9321ccaea84a0bef790ef113875 (diff)
downloadk&r-exercises-7fe0c5231ae80dbec34414ec47fe94f85b52ccfe.tar.gz
4.9
-rw-r--r--4/9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/9.c b/4/9.c
index 2392b40..b9f1aaf 100644
--- a/4/9.c
+++ b/4/9.c
@@ -38,7 +38,7 @@ double peek();
/* clears the stack */
void clear();
-/* adds support for sin, exp and pow functions */
+/* handle EOF input correctly */
int main(int argc, char *argv[]) {
int type, i;
double op2, op1;