diff options
| author | Paul Eggert | 2024-01-20 11:45:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2024-01-20 11:45:38 -0800 |
| commit | 3add626f1405739aa430adcc0b4c27e587a7c561 (patch) | |
| tree | 1b30227dc3f70924a4ed92f662cec9276dea96c9 /lib/acl-internal.h | |
| parent | d276996c4f60395464ca8d5d7de487022b4937fa (diff) | |
| download | emacs-3add626f1405739aa430adcc0b4c27e587a7c561.tar.gz emacs-3add626f1405739aa430adcc0b4c27e587a7c561.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/acl-internal.h')
| -rw-r--r-- | lib/acl-internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/acl-internal.h b/lib/acl-internal.h index 4de891d3f22..ef1f84dc243 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h | |||
| @@ -52,9 +52,6 @@ extern int aclsort (int, int, struct acl *); | |||
| 52 | #include <errno.h> | 52 | #include <errno.h> |
| 53 | 53 | ||
| 54 | #include <limits.h> | 54 | #include <limits.h> |
| 55 | #ifndef MIN | ||
| 56 | # define MIN(a,b) ((a) < (b) ? (a) : (b)) | ||
| 57 | #endif | ||
| 58 | 55 | ||
| 59 | #ifndef SIZE_MAX | 56 | #ifndef SIZE_MAX |
| 60 | # define SIZE_MAX ((size_t) -1) | 57 | # define SIZE_MAX ((size_t) -1) |