Changeset 94a5cd in git for MP/MP/h/MP_Util.h
- Timestamp:
- Oct 10, 2006, 3:21:03 PM (17 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 8fc1b4d51d3b74816a22e5b09d2875ca81a5c44d
- Parents:
- 6cd020c1098b7e0e7d2a0705aac19f57b4037207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/h/MP_Util.h
r6cd020 r94a5cd 44 44 MP_Status_t the_err)); 45 45 46 #define MP_ClearError(link) ((MP_Status_t) ( link)->MP_errno = MP_Success)46 #define MP_ClearError(link) ((MP_Status_t) ((link)->MP_errno = (int)MP_Success)) 47 47 48 48 EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link));
Note: See TracChangeset
for help on using the changeset viewer.