~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/compiler/expression/expr_consts.h

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
enum axis_kind_t
25
25
{
26
 
  axis_kind_self,
 
26
  axis_kind_self = 0,
27
27
  axis_kind_child,
28
28
  axis_kind_parent,
29
29
  axis_kind_descendant,
40
40
 
41
41
enum match_test_t
42
42
{
43
 
  match_no_test,
 
43
  match_no_test = 0,
44
44
  match_name_test,
45
45
  match_anykind_test,
46
46
  match_doc_test,
57
57
 
58
58
enum match_wild_t
59
59
{
60
 
  match_no_wild,
 
60
  match_no_wild = 0,
61
61
  match_all_wild,
62
62
  match_prefix_wild,
63
63
  match_name_wild