itextomml 1.4.0 → 1.4.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.
- data/ext/itex2MML.h +2 -2
- data/ext/lex.yy.c +2 -2
- metadata +3 -3
data/ext/itex2MML.h
CHANGED
data/ext/lex.yy.c
CHANGED
|
@@ -2275,7 +2275,7 @@ static int yy_more_len = 0;
|
|
|
2275
2275
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
2276
2276
|
char *itex2MML_yytext;
|
|
2277
2277
|
#line 1 "itex2MML.l"
|
|
2278
|
-
/* itex2MML 1.4.
|
|
2278
|
+
/* itex2MML 1.4.1
|
|
2279
2279
|
* itex2MML.l last modified 9/7/2010
|
|
2280
2280
|
*/
|
|
2281
2281
|
#line 6 "itex2MML.l"
|
|
@@ -3450,7 +3450,7 @@ case 271:
|
|
|
3450
3450
|
case 272:
|
|
3451
3451
|
YY_RULE_SETUP
|
|
3452
3452
|
#line 380 "itex2MML.l"
|
|
3453
|
-
{BEGIN(OPTARG);
|
|
3453
|
+
{BEGIN(OPTARG); char * s1 = itex2MML_copy_string(itex2MML_yytext+2); yylval = itex2MML_copy3("&", s1, ";"); itex2MML_free_string(s1); return XARROW;}
|
|
3454
3454
|
YY_BREAK
|
|
3455
3455
|
case 273:
|
|
3456
3456
|
#line 383 "itex2MML.l"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itextomml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.4.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.4.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jacques Distler
|