src/primitives.h

changeset 494
bd005c78a089
parent 493
16766ac1bbd9
child 497
c51941e590b6
equal deleted inserted replaced
493:16766ac1bbd9 494:bd005c78a089
42 42
43 struct RegexEntry 43 struct RegexEntry
44 { QRegExp regex; 44 { QRegExp regex;
45 Type type; 45 Type type;
46 }; 46 };
47
48 typedef List<RegexEntry>::it it;
49 typedef List<RegexEntry>::c_it c_it;
50 47
51 List<RegexEntry> regexes; 48 List<RegexEntry> regexes;
52 List<Primitive> prims; 49 List<Primitive> prims;
53 static List<Primitive> uncat; 50 static List<Primitive> uncat;
54 }; 51 };

mercurial