[hatari-devel] Remove C++-style comments |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Remove C++-style comments
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Sat, 2 Nov 2024 14:06:49 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1730552813; bh=77C+fwwUgbUdTB/kw6bcc2BV11Dq78DqP0WKxQmuP7Y=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To: x-icloud-hme; b=sdOVRP1nGW3Q/sKYf8gynhZTsE8JcF31T1+2qtVTkIWPH2q2wFtbyshqp4NwAOJ9I YaTAp0mzqsF7lWRhhzSBIpjJ9xNGDXIokHJgEzu90cCcBjRJ2eO7hPeXUbzTZEC4Ij jRlUHsucr3DU+S21cxbDQgvhVhCy83CUa1mbfuTHm1JDvNcyTIDTc5fR7HYJkVMcLR Hdeq/Rpr4U8xeHdJpElPwzHFVbjVcSa4oXBzHsQf+HYjoP2NJvDlA8Ir4q1bTwvMV4 O4OdhcFWjpLWbI0zeZo9gjUwfmoiYx1mER4DFknRJysBvJa97ADhbnhc1JF7vEj425 85ODdd4Bt7cLg==
I found more C++-style comments. I did not touch anything inside the cpu directory to keep merging with WinUAE simple. I also did not touch commented lines because I don’t know if you prefer
/* int disabled_line = 0; */
over
// int disabled_line = 0;
..
Attachment:
comments.diff
Description: Binary data