diff options
Diffstat (limited to 'ex1-8.c')
-rw-r--r-- | ex1-8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ static struct res _loop(struct res res) { } else if (c == '\t') { res.tb++; } - __attribute__((musttail)) + //__attribute__((musttail)) return _loop(res); } |