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
1fe85c45
Commit
1fe85c45
authored
Jun 07, 1993
by
Richard M. Stallman
Browse files
(INTERRUPTIBLE_*): Fix spelling of macros.
parent
f478c160
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/s/dgux.h
src/s/dgux.h
+3
-3
No files found.
src/s/dgux.h
View file @
1fe85c45
...
...
@@ -271,10 +271,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define read sys_read
#define write sys_write
#define INTERRUPT
A
BLE_OPEN
#define INTERRUPT
A
BLE_CLOSE
#define INTERRUPT
I
BLE_OPEN
#define INTERRUPT
I
BLE_CLOSE
/* can't hurt to define these, even though read/write should auto restart */
#define INTERRUPT
A
BLE_IO
#define INTERRUPT
I
BLE_IO
/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
#define signal(SIG,FUNC) berk_signal(SIG,FUNC)
...
...
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