src/util: fix compilation when not using xspan
This commit is contained in:
parent
db56bbb11b
commit
2b8a7a492a
@ -29,7 +29,9 @@
|
||||
#ifndef UPX_BPTR_H__
|
||||
#define UPX_BPTR_H__ 1
|
||||
|
||||
#if WITH_SPAN >= 2
|
||||
#error "this file is deprecated, please use xspan.h instead"
|
||||
#endif
|
||||
|
||||
/*************************************************************************
|
||||
// BoundedPtr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user