comparison src/dired.c @ 11380:18e41c75b89a

(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Apr 1995 02:00:23 +0000
parents 07a3b9c34717
children ac7375e60931
comparison
equal deleted inserted replaced
11379:23f7aa711f96 11380:18e41c75b89a
666 #endif /* BSD4_2 (or BSD4_3) */ 666 #endif /* BSD4_2 (or BSD4_3) */
667 #ifdef BSD4_3 667 #ifdef BSD4_3
668 #undef BSD4_2 /* ok, you can look again without throwing up */ 668 #undef BSD4_2 /* ok, you can look again without throwing up */
669 #endif 669 #endif
670 #ifdef WINDOWSNT 670 #ifdef WINDOWSNT
671 /* NT inodes are 64 bits, so we need to dance a little... */ 671 /* Fill in the inode and device values specially...see nt.c. */
672 if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { ???? 672 if (!get_inode_and_device_vals (filename, &values[10], &values[11])) {
673 return Qnil; 673 return Qnil;
674 } 674 }
675 #else /* not WINDOWSNT */ 675 #else /* not WINDOWSNT */
676 values[10] = make_number (s.st_ino); 676 values[10] = make_number (s.st_ino);
677 values[11] = make_number (s.st_dev); 677 values[11] = make_number (s.st_dev);