Ignore:
Timestamp:
Aug 26, 2007, 3:13:35 AM (18 years ago)
Author:
bird
Message:

made kDbg compile again (not linking yet though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kDefs.h

    r3545 r3550  
    450450/** @} */
    451451
    452 /** @} */
    453 
    454 #endif
    455 
     452/** @def NULL
     453 * The nil pointer value. */
     454#ifndef NULL
     455# ifdef __cplusplus
     456#  define NULL          0
     457# else
     458#  define NULL          ((void *)0)
     459# endif
     460#endif
     461
     462/** @} */
     463
     464#endif
     465
Note: See TracChangeset for help on using the changeset viewer.