Changeset 4162 for trunk/psLib/src/pslib_strict.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib_strict.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib_strict.h
r4128 r4162 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-0 7 02:29:44$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-08 23:40:45 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #ifndef PS_ALLOW_MALLOC 22 22 #define PS_ALLOW_MALLOC 23 #endif 23 #endif // #ifndef PS_ALLOW_MALLOC 24 24 #else 25 25 #undef PS_ALLOW_MALLOC /* don't allow code to not poison malloc, i.e., strict poisioning */ 26 #endif 26 #endif // #else 27 27 28 28 // // System Utilities … … 183 183 /// @} 184 184 185 #endif 185 #endif // #ifndef PS_LIB_STRICT_H
Note:
See TracChangeset
for help on using the changeset viewer.
