Hacker News new | ask | show | jobs
by rst 3987 days ago
They switched the default C compilation mode from --std=gnu89 to --std=gnu11 in a bugfix-only release?
2 comments

No, they did that in 5.1. The linked page is mostly about the overall 5.x series, with a tiny little section at the bottom about 5.2.
I hope more projects start using it (or C99) over C89.