Avoid compilation error on NetBSD 5.0.
[gnulib.git] / tests / test-locale.c
index 625cc43..60a50a7 100644 (file)
@@ -35,7 +35,7 @@ int a[] =
 
 /* Check that NULL can be passed through varargs as a pointer type,
    per POSIX 2008.  */
-verify (sizeof NULL == sizeof (void *));
+verify (sizeof (NULL) == sizeof (void *));
 
 int
 main ()