summaryrefslogtreecommitdiff
path: root/ex1-8.c
diff options
context:
space:
mode:
Diffstat (limited to 'ex1-8.c')
-rw-r--r--ex1-8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex1-8.c b/ex1-8.c
index 7e8c3bd..3ba90d0 100644
--- a/ex1-8.c
+++ b/ex1-8.c
@@ -32,7 +32,7 @@ static struct res _loop(struct res res) {
} else if (c == '\t') {
res.tb++;
}
- __attribute__((musttail))
+ //__attribute__((musttail))
return _loop(res);
}