Removed definition of GUILE_PTHREAD_COMPAT inside commentary
[bpt/guile.git] / libguile / iselect.h
index 21ebe62..eb87927 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef ISELECTH
 #define ISELECTH
 
-/*     Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/*     Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,8 @@
  * 
  * You should have received a copy of the GNU General Public License
  * along with this software; see the file COPYING.  If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307 USA
  *
  * As a special exception, the Free Software Foundation gives permission
  * for additional uses of the text contained in its release of GUILE.
 
 #endif /* no FD_SET */
 
-#ifdef GUILE_ISELECT
-
-extern int scm_I_am_dead;
-
 extern int scm_internal_select (int fds,
                                SELECT_TYPE *rfds,
                                SELECT_TYPE *wfds,
                                SELECT_TYPE *efds,
                                struct timeval *timeout);
+
+#ifdef GUILE_ISELECT
+
+extern int scm_I_am_dead;
+
 extern void scm_error_revive_threads (void);
 extern void scm_init_iselect (void);
 
-#else /* GUILE_ISELECT */
-#define scm_internal_select select
 #endif /* GUILE_ISELECT */
 
 #endif
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/