Skip to content

Commit

Permalink
no need for additional paren (less diff w/ netbsd)
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 21, 2003
1 parent c301b3d commit 5f264f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbsd/sys/sys/null.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef NULL
#if !defined(__GNUG__) || __GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 90)
#if !defined(_KERNEL) && !defined(__cplusplus)
#define NULL ((void *)0)
#define NULL (void *)0
#else
#define NULL 0
#endif /* __AUDIT__ && !__cplusplus */
Expand Down

0 comments on commit 5f264f3

Please sign in to comment.