Change C-style comments to Haskell-style.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 25 Jun 2007 09:45:15 +0000 (09:45 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 25 Jun 2007 09:45:15 +0000 (09:45 +0000)
commitcad1838c9e503da6d5d7524daa7bf7bf678b4a86
treea04286ebd2920b52e360ec7e55ca285aa6a10ea2
parent4196430b562c8104a60d0e9274ada615fa8d9d51
Change C-style comments to Haskell-style.
These two headers are only ever used for pre-processing Haskell code,
and are never seen by any C tools except cpp.  Using the Haskell comment
convention means that cpphs no longer needs to be given the --strip
option to remove C comments from open code.  This is a Good Thing,
because all of /* */ and // are valid Haskell operator names, and there
is no compelling reason to forbid using them in files which also happen
to have C-preprocessor directives.
include/CTypes.h
include/Typeable.h