Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a8b824c
Commit
7a8b824c
authored
Jun 30, 1995
by
Richard M. Stallman
Browse files
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)
(PTY_TTY_NAME_SPRINTF): New definitions.
parent
8a822d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/m/alpha.h
src/m/alpha.h
+13
-0
No files found.
src/m/alpha.h
View file @
7a8b824c
...
...
@@ -259,3 +259,16 @@ extern void r_alloc_free ();
#endif
/* not THIS_IS_YMAKEFILE */
#endif
/* not NOT_C_CODE */
#define PTY_ITERATION for (i = 0; i < 1; i++)
/* ick */
#define PTY_NAME_SPRINTF
/* none */
#define PTY_TTY_NAME_SPRINTF
/* none */
#define PTY_OPEN \
do \
{ \
int dummy; \
if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \
fd = -1; \
close (dummy); \
} \
while (0)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment