comparison src/ndir.h @ 5936:574f0cded429 cygwin

try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author Henry Thompson <ht@markup.co.uk>
date Sun, 13 Dec 2015 13:22:58 +0000
parents 308d34e9f07d
children
comparison
equal deleted inserted replaced
5935:d5eb0914ca1f 5936:574f0cded429
57 struct direct *readdir (DIR *dirp); 57 struct direct *readdir (DIR *dirp);
58 struct direct *readdirver (DIR *dirp); 58 struct direct *readdirver (DIR *dirp);
59 long telldir (DIR *dirp); 59 long telldir (DIR *dirp);
60 void seekdir (DIR *dirp, long loc); 60 void seekdir (DIR *dirp, long loc);
61 61
62 #define rewinddir( dirp ) seekdir( dirp, 0L ) 62 #define rewinddir( dirp ) seekdir( dirp, E0 )
63 63
64 #endif /* WIN32_NATIVE */ 64 #endif /* WIN32_NATIVE */
65 65
66 #endif /* INCLUDED_ndir_h_ */ 66 #endif /* INCLUDED_ndir_h_ */