Changeset 648
- Timestamp:
- Mar 8, 2004, 11:36:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-exceptions.c
r647 r648 2195 2195 2196 2196 void 2197 fatal_mach_error( format, ...);2197 fatal_mach_error(char *format, ...); 2198 2198 2199 2199 #define MACH_CHECK_ERROR(context,x) if (x != KERN_SUCCESS) {fatal_mach_error("Mach error while %s : ~d", context, x);}
Note:
See TracChangeset
for help on using the changeset viewer.
