diff options
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/TSRM.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 1420012d54..7f6ea1f232 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -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; \ |