Commit e0d21c96 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to pay attention to actual C-syntax

Reminded about again by:	Ralph Corderoy <ralph@inputplus.co.uk>
parent bf966326
......@@ -14,7 +14,7 @@ But making your program run on everything is hard work very hard work.
For instance, did you know that:
sizeof(void*) != sizeof(const * void)
sizeof(void*) != sizeof(void * const)
is legal in a ISO-C compliant environment ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment