From cabe1a14b31edce1a247c367f8e1d7265abec34e Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 7 Feb 2023 22:20:47 +0000 Subject: Chapter 5 --- ex1-8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ex1-8.c') 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); } -- cgit v1.2.3-ZIG