~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to modules/im/ximcp/imLcPrs.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
    return len;
405
405
}
406
406
 
407
 
#define AllMask (ShiftMask | LockMask | ControlMask | Mod1Mask) 
 
407
#define AllMask (ShiftMask | LockMask | ControlMask | Mod1Mask)
408
408
#define LOCAL_WC_BUFSIZE 128
409
409
#define LOCAL_UTF8_BUFSIZE 256
410
410
#define SEQUENCE_MAX    10
445
445
    do {
446
446
        token = nexttoken(fp, tokenbuf, &lastch);
447
447
    } while (token == ENDOFLINE);
448
 
    
 
448
 
449
449
    if (token == ENDOFFILE) {
450
450
        return(-1);
451
451
    }