summaryrefslogtreecommitdiff
path: root/ex1-8.c
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-02-07 22:20:47 +0000
committerMartin Ashby <martin@ashbysoft.com>2023-02-07 22:20:47 +0000
commitcabe1a14b31edce1a247c367f8e1d7265abec34e (patch)
treee66fd91f6682d084ea8484b1be43bd5631dc7610 /ex1-8.c
parent7fa502ba4e60ce762ab529996c66a1a831cb789f (diff)
downloadlearn-c-cabe1a14b31edce1a247c367f8e1d7265abec34e.tar.gz
learn-c-cabe1a14b31edce1a247c367f8e1d7265abec34e.tar.bz2
learn-c-cabe1a14b31edce1a247c367f8e1d7265abec34e.tar.xz
learn-c-cabe1a14b31edce1a247c367f8e1d7265abec34e.zip
Chapter 5
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);
}