]> code.delx.au - gnu-emacs/blobdiff - src/s/isc3-0.h
(iswitchb-visit-buffer): Use `select-frame-set-input-focus'.
[gnu-emacs] / src / s / isc3-0.h
index be1181ae5d1c5e111751db6b94994b385eb837f1..327f605ff7ed0069705d08ac06f3beebe695456f 100644 (file)
@@ -34,8 +34,8 @@
 /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
    signal symbols; might as well use _XOPEN_SOURCE.  Defining _SYSV3
    ensures that we don't lose the traditional symbols as a side effect
-   from this or __STDC__ being defined.  Define _XOPEN_SOURCE=500 for
-   compatibility with the autoconf test.  */
+   from this or __STDC__ being defined.  It can't hurt to Define
+   _XOPEN_SOURCE=500, the latest and greatest value as of this writing.  */
 #define C_SWITCH_SYSTEM -D_XOPEN_SOURCE=500 -D_SYSV3
 
 #ifdef __GNUC__  /* Currently we use -lcposix only with gcc */