(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
[bpt/emacs.git] / src / ChangeLog
index 8ff2ec0..1a2d994 100644 (file)
@@ -1,5 +1,9 @@
 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
+       can properly handle unsigned types.
+       (make_uid, make_gid): Removed.
+
        * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
        types again.