Changeset 8cfae9 in git
- Timestamp:
- Jun 28, 2005, 5:12:08 PM (18 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 62e942a351b8cb95de9e62204cd2f299b8c7fba9
- Parents:
- fea91578e32b53237ec9712c2af66d889a3b6241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/MP.h
rfea915 r8cfae9 986 986 MP_Status_t the_err)); 987 987 988 #define MP_ClearError(link) (( MP_Status_t) (link)->MP_errno = MP_Success)988 #define MP_ClearError(link) ((link)->MP_errno = MP_Success) 989 989 990 990 EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link));
Note: See TracChangeset
for help on using the changeset viewer.