~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to libxslt/numbersInternals.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2012-10-03 00:22:53 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121003002253-e6cjjwgepg5emub1
Tags: 1.1.27-1
* New upstream release (Closes: #448205, #683353)
* debian/rules:
  + Add hardening flags for dbg package in LDFLAGS (Closes: #681163)
* debian/control:
  - std-ver: 3.9.3 -> 3.9.4, no change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
extern "C" {
18
18
#endif
19
19
 
 
20
struct _xsltCompMatch;
 
21
 
20
22
/**
21
23
 * xsltNumberData:
22
24
 *
24
26
 */
25
27
typedef struct _xsltNumberData xsltNumberData;
26
28
typedef xsltNumberData *xsltNumberDataPtr;
27
 
    
 
29
 
28
30
struct _xsltNumberData {
29
31
    const xmlChar *level;
30
32
    const xmlChar *count;
37
39
    int groupingCharacterLen;
38
40
    xmlDocPtr doc;
39
41
    xmlNodePtr node;
 
42
    struct _xsltCompMatch *countPat;
 
43
    struct _xsltCompMatch *fromPat;
40
44
 
41
45
    /*
42
46
     * accelerators