itextomml 1.3.24 → 1.3.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/ext/itex2MML.h +3 -3
  2. data/ext/lex.yy.c +1667 -1659
  3. data/ext/y.tab.c +1391 -1375
  4. data/ext/y.tab.h +164 -162
  5. data/lib/itex_stringsupport.rb +2377 -0
  6. metadata +19 -5
data/ext/itex2MML.h CHANGED
@@ -1,11 +1,11 @@
1
- /* itex2MML 1.3.24
2
- * itex2MML.h last modified 5/24/2010
1
+ /* itex2MML 1.3.25
2
+ * itex2MML.h last modified 6/9/2010
3
3
  */
4
4
 
5
5
  #ifndef ITEX2MML_H
6
6
  #define ITEX2MML_H
7
7
 
8
- #define ITEX2MML_VERSION "1.3.24"
8
+ #define ITEX2MML_VERSION "1.3.25"
9
9
 
10
10
  #ifdef __cplusplus
11
11
  extern "C" {