Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
28d03d3d
Commit
28d03d3d
authored
Jul 27, 1993
by
hallgren
Browse files
Include hpux-os.h if under hpux.
parent
4b3d0922
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp/os.h
View file @
28d03d3d
/*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.
1
199
2
/07/2
8 20:15:12 wlott
Exp $
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.
2
199
3
/07/2
7 15:40:17 hallgren
Exp $
*
* Common interface for os-dependent functions.
*
...
...
@@ -16,6 +16,10 @@
#else
#ifdef sun
#include "sunos-os.h"
#else
#ifdef hpux
#include "hpux-os.h"
#endif
#endif
#endif
...
...
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