Skip to content

Commit

Permalink
- Fix TSRM_ERROR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Nov 5, 2002
1 parent e2112f1 commit bdc5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSRM/TSRM.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static FILE *tsrm_error_file;
} \
}
#else
#define TSRM_ERROR
#define TSRM_ERROR(args)
#define TSRM_SAFE_RETURN_RSRC(array, offset, range) \
if (offset==0) { \
return &array; \
Expand Down

0 comments on commit bdc5bb5

Please sign in to comment.