~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to enc/emacs_mule.c

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    /* c */ A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A,
104
104
    /* d */ A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A,
105
105
    /* e */ A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A,
106
 
    /* f */ A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A 
 
106
    /* f */ A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A
107
107
  },
108
108
  { /* S2   0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f */
109
109
    /* 0 */ F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F,
121
121
    /* c */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
122
122
    /* d */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
123
123
    /* e */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
124
 
    /* f */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 
 
124
    /* f */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
125
125
  },
126
126
  { /* S3   0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f */
127
127
    /* 0 */ F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F,
264
264
 
265
265
  if (enclen(enc, buf, p) != (p - buf))
266
266
    return ONIGERR_INVALID_CODE_POINT_VALUE;
267
 
  return p - buf;
 
267
  return (int)(p - buf);
268
268
}
269
269
 
270
270
static int