]> code.delx.au - gnu-emacs/blobdiff - lib/acl-internal.c
Replace eldoc-documentation-function with a hook
[gnu-emacs] / lib / acl-internal.c
index 569e2f9c9e21c22f23bf86f852921e1f0a4f21ca..4de60c30ec11194c076dab5aed400854bc8dd02a 100644 (file)
@@ -478,7 +478,7 @@ acl_nontrivial (int count, struct acl *entries)
 void
 free_permission_context (struct permission_context *ctx)
 {
-#ifdef USE_ACL
+#if USE_ACL
 # if HAVE_ACL_GET_FILE /* Linux, FreeBSD, Mac OS X, IRIX, Tru64 */
   if (ctx->acl)
     acl_free (ctx->acl);