|
27 | 27 | * -------------------------------------------------------
|
28 | 28 | *0)pg_config.h and standard system headers
|
29 | 29 | *1)hacks to cope with non-ANSI C compilers
|
30 |
| - *2)bool, true, false, TRUE, FALSE, NULL |
| 30 | + *2)bool, true, false, TRUE, FALSE |
31 | 31 | *3)standard system types
|
32 | 32 | *4)IsValid macros for system types
|
33 | 33 | *5)offsetof, lengthof, endof, alignment
|
|
184 | 184 | #endif
|
185 | 185 |
|
186 | 186 | /* ----------------------------------------------------------------
|
187 |
| - *Section 2:bool, true, false, TRUE, FALSE, NULL |
| 187 | + *Section 2:bool, true, false, TRUE, FALSE |
188 | 188 | * ----------------------------------------------------------------
|
189 | 189 | */
|
190 | 190 |
|
@@ -221,14 +221,6 @@ typedef bool *BoolPtr;
|
221 | 221 | #defineFALSE0
|
222 | 222 | #endif
|
223 | 223 |
|
224 |
| -/* |
225 |
| - * NULL |
226 |
| - *Null pointer. |
227 |
| - */ |
228 |
| -#ifndefNULL |
229 |
| -#defineNULL((void *) 0) |
230 |
| -#endif |
231 |
| - |
232 | 224 |
|
233 | 225 | /* ----------------------------------------------------------------
|
234 | 226 | *Section 3:standard system types
|
|