unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
[pspp] / lib / mountlist.c
index ccb08dde6cb5dfdcc2f8b5e9774780afa3c409d3..996b71a1f97ed069ffba019ac7c3a293093fd8fc 100644 (file)
 
 #undef MNT_IGNORE
 #if defined MNTOPT_IGNORE && defined HAVE_HASMNTOPT
-# define MNT_IGNORE(M) hasmntopt ((M), MNTOPT_IGNORE)
+# define MNT_IGNORE(M) hasmntopt (M, MNTOPT_IGNORE)
 #else
 # define MNT_IGNORE(M) 0
 #endif