aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorJoakim Verona2011-06-16 00:22:07 +0200
committerJoakim Verona2011-06-16 00:22:07 +0200
commita7513ade3bc0fe79430d5541d88c9dcda0932bec (patch)
tree4383951ba698a11e9f8933a9d8c72e00aa872a10 /src/s/gnu-linux.h
parent4bd51ad5c3445b644dfb017d5b57b10a90aa325f (diff)
parent4bba86e6210a74326e843a8fdc8409127105e1fe (diff)
downloademacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.tar.gz
emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.zip
merge from upstream
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 84fe5b92da9..178d7082f72 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -44,7 +44,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
44#define UNIX98_PTYS 44#define UNIX98_PTYS
45 45
46/* Run only once. We need a `for'-loop because the code uses `continue'. */ 46/* Run only once. We need a `for'-loop because the code uses `continue'. */
47#define PTY_ITERATION for (i = 0; i < 1; i++) 47#define PTY_ITERATION int i; for (i = 0; i < 1; i++)
48 48
49#ifdef HAVE_GETPT 49#ifdef HAVE_GETPT
50#define PTY_NAME_SPRINTF 50#define PTY_NAME_SPRINTF