/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/itex2MML.l

  • Committer: Jacques Distler
  • Date: 2016-08-15 17:18:42 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20160815171842-u7pzs8beuyv9bu4t
Tags: 1.5.4
itex2MML 1.5.4

Fix build on 32 bit systems (thanks to Rod McGuire).

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.5.3
2
 
 *   itex2MML.l last modified 8/13/2016
 
1
/*             itex2MML 1.5.4
 
2
 *   itex2MML.l last modified 8/15/2016
3
3
 */
4
4
 
5
5
%{
1100
1100
}
1101
1101
 
1102
1102
static const char *  s_itex2MML_buffer = 0;
1103
 
static unsigned long s_itex2MML_length = 0;
 
1103
static size_t s_itex2MML_length = 0;
1104
1104
 
1105
 
void itex2MML_setup (const char * buffer, unsigned long length)
 
1105
void itex2MML_setup (const char * buffer, size_t length)
1106
1106
{
1107
1107
        yy_flush_buffer( YY_CURRENT_BUFFER );
1108
1108