1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 23:34:49 -05:00
Simon Tatham 575318717b Remove the prohibition on // comments.
Those were forbidden so that we could still compile on pre-C99 C
compilers. But now we expect C99 everywhere (or at least most of it,
excluding the parts that MSVC never implemented and C11 made
optional), so // comments aren't forbidden any more.

Most of the comments in this code base are still old-style, but that's
now a matter of stylistic consistency rather than hard requirement.
2022-01-22 15:53:24 +00:00
..
2006-12-19 10:28:44 +00:00
2021-02-21 16:44:51 +00:00
2022-01-11 23:57:39 +00:00
2021-12-30 11:52:51 +00:00
2021-04-17 13:27:26 +01:00
2021-08-14 08:02:27 +01:00
2022-01-22 15:53:24 +00:00
2021-12-30 11:52:51 +00:00