K 10 svn:author V 3 phk K 8 svn:date V 27 2003-07-21T18:35:51.000000Z K 7 svn:log V 244 Add a new macro __nonnull(x) to use the new GCC33 attribute which checks that an argument is not a NULL pointer. Apply various obvious places. I belive __printf*() implies __nonnull() so it is not needed on functions already tagged that way. END