diff src/sysdir.h @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents abe6d1db359e
children 943eaba38521
line wrap: on
line diff
--- a/src/sysdir.h	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/sysdir.h	Mon Aug 13 04:46:48 2001 +0000
@@ -28,7 +28,9 @@
 #endif
 
 #ifdef SYSV_SYSTEM_DIR
+# define select select_ /* Shadowing yuck */
 # include <dirent.h>
+# undef select
 #elif defined (WIN32_NATIVE)
 # include <direct.h>
 # include "ndir.h"