[Mono-devel-list] [Patch] cleanup of enum declarations

David Waite mass at akuma.org
Sun Apr 25 17:48:35 EDT 2004


The following patch
* removes the trailing comma from some enumeration declarations, which 
is not legal pre-C99
* casts unsigned int values used for some enumerations to int values, 
since enumerations constants are required to be signed ints by the C 
standards.

-David Waite
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enum.patch
Type: application/octet-stream
Size: 13672 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040425/396c99e1/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040425/396c99e1/attachment.bin 


More information about the Mono-devel-list mailing list