diff options
author | Simon Warta <[email protected]> | 2017-04-02 11:19:58 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-04-02 21:51:55 +0200 |
commit | ca9740f29a860c80b28a7ff8b7c1df1d5ccddab8 (patch) | |
tree | ecc35158c9de6c4ef43202fd94fb0c670a02d564 /src/lib/math | |
parent | b3f3e6d718736c5838f6f034d7cf2e0c2bf4ba4d (diff) |
Remove "Dirty hack" for multiple defines in lex_me_harder()
Diffstat (limited to 'src/lib/math')
-rw-r--r-- | src/lib/math/bigint/info.txt | 6 | ||||
-rw-r--r-- | src/lib/math/ec_gfp/info.txt | 4 | ||||
-rw-r--r-- | src/lib/math/mp/info.txt | 4 | ||||
-rw-r--r-- | src/lib/math/numbertheory/info.txt | 4 |
4 files changed, 13 insertions, 5 deletions
diff --git a/src/lib/math/bigint/info.txt b/src/lib/math/bigint/info.txt index c91c85e9f..e84061bb6 100644 --- a/src/lib/math/bigint/info.txt +++ b/src/lib/math/bigint/info.txt @@ -1,6 +1,8 @@ -load_on auto +<defines> +BIGINT -> 20131128 +</defines> -define BIGINT 20131128 +load_on auto <header:public> bigint.h diff --git a/src/lib/math/ec_gfp/info.txt b/src/lib/math/ec_gfp/info.txt index 060551562..c4e57da15 100644 --- a/src/lib/math/ec_gfp/info.txt +++ b/src/lib/math/ec_gfp/info.txt @@ -1,4 +1,6 @@ -define EC_CURVE_GFP 20131128 +<defines> +EC_CURVE_GFP -> 20131128 +</defines> load_on auto diff --git a/src/lib/math/mp/info.txt b/src/lib/math/mp/info.txt index 0b8b9c33b..0f5b075f0 100644 --- a/src/lib/math/mp/info.txt +++ b/src/lib/math/mp/info.txt @@ -1,4 +1,6 @@ -define BIGINT_MP 20151225 +<defines> +BIGINT_MP -> 20151225 +</defines> <header:public> mp_types.h diff --git a/src/lib/math/numbertheory/info.txt b/src/lib/math/numbertheory/info.txt index 49f7ab2fb..0a386b9f3 100644 --- a/src/lib/math/numbertheory/info.txt +++ b/src/lib/math/numbertheory/info.txt @@ -1,4 +1,6 @@ -define NUMBERTHEORY 20131128 +<defines> +NUMBERTHEORY -> 20131128 +</defines> load_on auto |