Ticket #2203 (closed bug: fixed)

Opened 2 weeks ago

Last modified 6 days ago

[PATCH] Public header files need to be ANSI-compliant

Reported by: andreasf Assigned to: axeld
Priority: normal Milestone: R1
Component: - General Version: R1 development
Cc: Platform: All

Description

In the posix headers there are lots of single-line comments, breaking compilation with -ansi -pedantic, as used by some software, such as freetype2.

Attachments

headers-ansi-2008-05-10.diff (19.6 kB) - added by andreasf on 05/10/08 14:26:10.
patch

Change History

05/10/08 14:26:10 changed by andreasf

  • attachment headers-ansi-2008-05-10.diff added.

patch

05/10/08 14:30:07 changed by andreasf

  • summary changed from Public header files need to be ANSI-compliant to [PATCH] Public header files need to be ANSI-compliant.

The attached patch depends on #2108 and fixes all posix/ headers.

05/10/08 16:31:24 changed by bonefish

  • status changed from new to closed.
  • resolution set to fixed.

Thanks! Applied in r25433.