Do not use tommath.h from the system for building
This commit is contained in:
parent
9034e712b8
commit
22550d41ad
4
dep.pl
4
dep.pl
@ -120,8 +120,8 @@ print {$class} << 'EOS';
|
|||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tommath_superclass.h"
|
#include <tommath_superclass.h>
|
||||||
#include "tommath_class.h"
|
#include <tommath_class.h>
|
||||||
#else
|
#else
|
||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "tommath_class.h"
|
#include <tommath_class.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -1051,8 +1051,8 @@
|
|||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tommath_superclass.h"
|
#include <tommath_superclass.h>
|
||||||
#include "tommath_class.h"
|
#include <tommath_class.h>
|
||||||
#else
|
#else
|
||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user