]> code.delx.au - gnu-emacs/blobdiff - src/s/gnu-linux.h
Merge from emacs-23 branch
[gnu-emacs] / src / s / gnu-linux.h
index 84fe5b92da976d341938365ebe401719b6f29267..178d7082f72830c4a540e8afc34b76f6329aa09f 100644 (file)
@@ -44,7 +44,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define UNIX98_PTYS
 
 /* Run only once.  We need a `for'-loop because the code uses `continue'.  */
-#define PTY_ITERATION  for (i = 0; i < 1; i++)
+#define PTY_ITERATION  int i; for (i = 0; i < 1; i++)
 
 #ifdef HAVE_GETPT
 #define PTY_NAME_SPRINTF