Browse Source

- Fix TSRM_ERROR macro

experimental/threaded
Andi Gutmans 24 years ago
parent
commit
bdc5bb5739
  1. 2
      TSRM/TSRM.c

2
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; \

Loading…
Cancel
Save