itextomml 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/itex2MML.h +3 -3
- data/ext/lex.yy.c +3624 -3300
- data/ext/y.tab.c +523 -518
- data/ext/y.tab.h +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46e1907de42f1afd88e4a44d02e054ca3ce303fabd0948467a8caabdcb4b1dc2
|
4
|
+
data.tar.gz: a65266b8d5298514f1405be426e7c4a77e7fb2118f4bdd3b28a1874775691c11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8024f6db50c258e2f33362ca8ae47321a970466431a48a22232b869260b01df8af9333759de26ee35237d236f85b39a6210f2ea2eded4cbed8a35692f0e8b30e
|
7
|
+
data.tar.gz: 6990f67ff4a8f24c9ddaaccabf659ebd584edecc84a20d85b2dc62e68c5a24397bb91f92ea2e64ca766bef4103b35e6ba215ae1ae50b73172c47e15ae9fec790
|
data/ext/itex2MML.h
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
/* itex2MML 1.6.
|
2
|
-
* itex2MML.h last modified
|
1
|
+
/* itex2MML 1.6.1
|
2
|
+
* itex2MML.h last modified 10/3/2021
|
3
3
|
*/
|
4
4
|
|
5
5
|
#ifndef ITEX2MML_H
|
6
6
|
#define ITEX2MML_H
|
7
7
|
|
8
|
-
#define ITEX2MML_VERSION "1.6.
|
8
|
+
#define ITEX2MML_VERSION "1.6.1"
|
9
9
|
|
10
10
|
#ifdef __cplusplus
|
11
11
|
extern "C" {
|