rename arith header to avoid confusion
This commit is contained in:
parent
e3f18fb9d1
commit
42a9b2c3d0
@ -27,8 +27,12 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VIPS_ARITHMETIC_H
|
/* We don't want to get confused with the arithmetic.h in include, put an
|
||||||
#define VIPS_ARITHMETIC_H
|
* extra _ in there.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef VIPS__ARITHMETIC_H
|
||||||
|
#define VIPS__ARITHMETIC_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -91,6 +95,6 @@ VipsVector *vips_arithmetic_get_program( VipsArithmeticClass *klass,
|
|||||||
}
|
}
|
||||||
#endif /*__cplusplus*/
|
#endif /*__cplusplus*/
|
||||||
|
|
||||||
#endif /*VIPS_ARITHMETIC_H*/
|
#endif /*VIPS__ARITHMETIC_H*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user