Changeset 25 for trunk/include/misc.h
- Timestamp:
- Jun 1, 1999, 5:47:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/misc.h
r17 r25 1 /* $Id: misc.h,v 1. 5 1999-05-31 22:08:08phaller Exp $ */1 /* $Id: misc.h,v 1.6 1999-06-01 15:46:21 phaller Exp $ */ 2 2 3 3 /* … … 14 14 #endif 15 15 16 17 /* enable support for the _interrupt() statement */ 18 #if (defined(__IBMCPP__) || defined(__IBMC__)) 19 # include <builtin.h> 20 #endif 16 21 17 22 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.