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
df6c50b5
Commit
df6c50b5
authored
27 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Do not define PRINT_NOISE for Linux as suggested by Raymond Toy.
Slight cleanup of these header files.
parent
576251df
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lisp/FreeBSD-os.h
+2
-11
2 additions, 11 deletions
lisp/FreeBSD-os.h
lisp/Linux-os.h
+0
-9
0 additions, 9 deletions
lisp/Linux-os.h
with
2 additions
and
20 deletions
lisp/FreeBSD-os.h
+
2
−
11
View file @
df6c50b5
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.
1
1997/
01/21 00:28:13 ram
Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.
2
1997/
11/30 12:08:52 dtc
Exp $
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
...
...
@@ -13,9 +13,7 @@
#define MAP_ANONYMOUS MAP_ANON
#define MAP_VARIABLE 0
#define PRINTNOISE
#undef PRINTNOISE
/* #define DEBUG_SCAVENGE_VERBOSE */
typedef
caddr_t
os_vm_address_t
;
typedef
vm_size_t
os_vm_size_t
;
typedef
off_t
os_vm_offset_t
;
...
...
@@ -32,10 +30,3 @@ sc_reg(struct sigcontext*,int);
void
os_save_context
();
#define SAVE_CONTEXT os_save_context
#define USE_SIG_STACK
/*
* On second thought, a separate stack would probably
* confuse the hell out of the Lisp debugger!
*/
#undef USE_SIG_STACK
This diff is collapsed.
Click to expand it.
lisp/Linux-os.h
+
0
−
9
View file @
df6c50b5
...
...
@@ -21,8 +21,6 @@
#include
<errno.h>
#include
<linux/version.h>
#define MAP_VARIABLE 0
#define PRINTNOISE
/* #define DEBUG_SCAVENGE_VERBOSE */
#define linuxversion(a, b, c) (((a)<<16)+((b)<<8)+(c))
...
...
@@ -88,10 +86,3 @@ typedef struct sigcontext_struct sigcontext;
#define sc_ebp ebp
#define sc_esi esi
#define sc_edi edi
/*
* On second thought, a separate stack would probably
* confuse the hell out of the Lisp debugger!
*/
#undef USE_SIG_STACK
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