~corey.bryant/ubuntu/wily/python-pyscss/thedac

« back to all changes in this revision

Viewing changes to scss/src/scanner.h

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-06-26 12:10:36 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140626121036-3dv13zn5zptk9fpx
Tags: 1.2.0.post3-1
* Team upload.
* New upstream release (Closes: #738776).
* Added a debian/gbp.conf.
* Added missing ${python:Depends}
* Added Python 3 support.
* Removed duplicate debhelper build-depends.
* Cannonical VCS URLs.
* Standards-Version: is now 3.9.5.
* Added a watch file.
* override dh helpers which the package doesn't use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define BLOCK_SIZE_PATTERNS 50
18
18
#define BLOCK_SIZE_TOKENS 50
19
19
 
20
 
#define MAX_EXC_STRING 200
 
20
#define MAX_EXC_STRING 4096
21
21
 
22
22
#define SCANNER_EXC_BAD_TOKEN (long)-1
23
23
#define SCANNER_EXC_RESTRICTED (long)-2