Last change
on this file since 13597 was
13597,
checked in by gb, 11 years ago
|
Move the "new" <platform>/ccl-platform.h files to platform-<platform>.h ; depend on the Makefile to force inclusion of platform-specific header via -include.
|
File size:
709 bytes
|
Line | |
---|
1 | /* |
---|
2 | Copyright (C) 2010 Clozure Associates |
---|
3 | Copyright (C) 1994-2001 Digitool, Inc |
---|
4 | This file is part of Clozure CL. |
---|
5 | |
---|
6 | Clozure CL is licensed under the terms of the Lisp Lesser GNU Public |
---|
7 | License , known as the LLGPL and distributed with Clozure CL as the |
---|
8 | file "LICENSE". The LLGPL consists of a preamble and the LGPL, |
---|
9 | which is distributed with Clozure CL as the file "LGPL". Where these |
---|
10 | conflict, the preamble takes precedence. |
---|
11 | |
---|
12 | Clozure CL is referenced in the preamble as the "LIBRARY." |
---|
13 | |
---|
14 | The LLGPL is also available online at |
---|
15 | http://opensource.franz.com/preamble.html |
---|
16 | */ |
---|
17 | |
---|
18 | #define WORD_SIZE 64 |
---|
19 | |
---|
20 | typedef struct ucontext ExceptionInformation; |
---|
21 | |
---|
22 | #include "solaris-inttypes.h" |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.