K 10 svn:author V 3 phk K 8 svn:date V 27 1997-09-18T13:45:34.000000Z K 7 svn:log V 313 Many places in the code NULL is used in integer context, where plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul END