Peter Miller wrote: > Best guess? There is a semicolon missing from the line immediately > before the include of stddef.h
Ah yes, I've seen that before. Happens most often when people include their own headers before the standard headers. I actually have a policy of always including the headers in the order of trust, from the most trusted (standard C headers) to the medium trust ones (headers for common libraries that come with the distro) to the least trusted (one that are part of the current project). Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- The Religion of Peace: http://news.bbc.co.uk/2/hi/asia-pacific/4387604.stm _______________________________________________ coders mailing list [email protected] http://lists.slug.org.au/listinfo/coders
