Improve support for platforms without stddef.h. NULL definition should now be provided by architecture port file atomport.h, which in most cases can just include stddef.h.

This commit is contained in:
Kelvin Lawson
2011-05-25 23:52:11 +01:00
parent 89f8775011
commit be6e60bf2f
16 changed files with 14 additions and 17 deletions

View File

@@ -144,7 +144,6 @@
*/
#include <stddef.h>
#include "atom.h"