Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
ba5c0ad0
Commit
ba5c0ad0
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Missed a place where the old aliens stuff was being used.
parent
bb1bbf60
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hemlock/rompsite.lisp
+4
-5
4 additions, 5 deletions
hemlock/rompsite.lisp
with
4 additions
and
5 deletions
hemlock/rompsite.lisp
+
4
−
5
View file @
ba5c0ad0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.1
7
1992/02/1
4 23:5
1:04 wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.1
8
1992/02/1
5 0
1:04
:42
wlott Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -908,12 +908,11 @@
...
@@ -908,12 +908,11 @@
(
incf
i
))))
(
incf
i
))))
(
defun
editor-tty-listen
(
stream
)
(
defun
editor-tty-listen
(
stream
)
(
with-stack-alien
(
nc
(
signed-byte
32
)
32
)
(
alien:with-alien
(
nc
c-call:int
)
(
and
(
unix:unix-ioctl
(
tty-editor-input-fd
stream
)
(
and
(
unix:unix-ioctl
(
tty-editor-input-fd
stream
)
unix::FIONREAD
unix::FIONREAD
(
alien-sap
(
alien-value
nc
)))
(
alien:alien-sap
(
alien:addr
nc
)))
(
>
(
alien-access
(
alien-value
nc
))
0
))))
(
>
nc
0
))))
(
defvar
old-flags
)
(
defvar
old-flags
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment