diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:03 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:03 +0000 |
commit | c1a2237722820dcd5e387dda5a88085cf62e68b9 (patch) | |
tree | d8767f5498575b70bf6bacdbe962c776f6b84bb2 /apt-pkg/tagfile.h | |
parent | f826cfaa1c3f9fcf492fb65b22a2d964e78ae7ec (diff) |
Optimizations
Author: jgg
Date: 1998-12-07 07:26:19 GMT
Optimizations
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index a18888198..83dd73d2a 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: tagfile.h,v 1.11 1998/11/28 03:54:31 jgg Exp $ +// $Id: tagfile.h,v 1.12 1998/12/07 07:26:23 jgg Exp $ /* ###################################################################### Fast scanner for RFC-822 type header information @@ -34,6 +34,8 @@ class pkgTagSection // We have a limit of 256 tags per section. unsigned short Indexes[256]; + unsigned short AlphaIndexes[26 + 26*26]; + unsigned int TagCount; public: |