]> code.delx.au - gnu-emacs/blobdiff - lib/acl-internal.h
Replace eldoc-documentation-function with a hook
[gnu-emacs] / lib / acl-internal.h
index 526e9f07788129e570b6794f94564369e64b1761..636273e0fb4762808c6e8c7d2645a4be20218914 100644 (file)
@@ -255,7 +255,7 @@ extern int acl_nontrivial (int count, struct acl *entries);
 
 struct permission_context {
   mode_t mode;
-#ifdef USE_ACL
+#if USE_ACL
 # if HAVE_ACL_GET_FILE /* Linux, FreeBSD, Mac OS X, IRIX, Tru64 */
   acl_t acl;
 #  if !HAVE_ACL_TYPE_EXTENDED