Convert C99 // comments to C89 /**/ comments.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Apr 2011 19:59:01 +0000 (20:59 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 16 Apr 2011 14:01:52 +0000 (15:01 +0100)
commit0964064bcfadacdb0c280faf006ac6f587cf23f0
tree86628d9afeaa3753df5932e5a1ca4f396f31349e
parent0b79a9267e0d1bf54ed7b650994d13dc1d1d4070
Convert C99 // comments to C89 /**/ comments.

On some platforms, the only compilers are dogmatically C89.

Remove the comment '?try', presumably a reference to a possible place to use
__try/__except. There's something seriously wrong with the internal's data
structures if the chain of magic pointers is corrupt - carrying on silently
isn't a great idea.
Size.xs