* Fix unused variable warning

* Add USE_LOCAL_HEADERS guards to sys_loadlib.h
This commit is contained in:
Tim Angus 2008-08-23 22:45:30 +00:00
parent 17f52fa5a1
commit a6382d2d9b
2 changed files with 9 additions and 4 deletions

View file

@ -480,7 +480,7 @@ nextInstruction2:
case OP_BLOCK_COPY:
{
int *src, *dest;
int i, count, srci, desti;
int count, srci, desti;
count = r2;
// MrE: copy range check