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
5db5e4c9
Commit
5db5e4c9
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed pointer< and pointer> to sap< and sap>.
parent
ea24ca58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/sap.lisp
+2
-2
2 additions, 2 deletions
code/sap.lisp
code/unix.lisp
+2
-2
2 additions, 2 deletions
code/unix.lisp
with
4 additions
and
4 deletions
code/sap.lisp
+
2
−
2
View file @
5db5e4c9
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.
4
1992/0
1/29 06:34:19
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.
5
1992/0
2/13 15:56:31
wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -55,7 +55,7 @@
(
defun
sap>
(
x
y
)
"Return T iff the SAP X points to a larger address then the SAP Y."
(
declare
(
type
system-area-pointer
x
y
))
(
pointer
>
x
y
))
(
sap
>
x
y
))
(
defun
sap+
(
sap
offset
)
"Return a new sap OFFSET bytes from SAP."
...
...
This diff is collapsed.
Click to expand it.
code/unix.lisp
+
2
−
2
View file @
5db5e4c9
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.
8
1992/02/13
02:24:50
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.
9
1992/02/13
15:57:08
wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -735,7 +735,7 @@
(
+
(
sap-int
sap
)
1-page-size
))
(
logxor
1-page-size
(
ldb
(
byte
32
0
)
-1
))))
(
sap+
sap
page-size
)))
((
not
(
pointer<
sap
end
))
)
((
sap>=
sap
end
))
(
declare
(
type
system-area-pointer
sap
))
(
setf
(
sap-ref-8
sap
0
)
(
sap-ref-8
sap
0
)))))
(
int-syscall
(
"read"
int
(
*
char
)
int
)
fd
buf
len
))
...
...
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