~ubuntu-branches/ubuntu/karmic/coccinelle/karmic

« back to all changes in this revision

Viewing changes to parsing_cocci/ast0_cocci.mli

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-05-11 15:32:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511153224-1odv41d4dkr3y80v
Tags: 0.1.8.deb-2
Use common install Makefile target for both native and bytecode
build. This hopefully fixes FTBFS on bytecode archs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
              strings_before : (string * position_info) list;
28
28
              strings_after : (string * position_info) list }
29
29
 
30
 
type 'a mcode = 'a * arity * info * mcodekind * meta_pos ref (* pos, - only *)
 
30
type 'a mcode =
 
31
    'a * arity * info * mcodekind * meta_pos ref (* pos, - only *) *
 
32
      int (* adjacency_index *)
 
33
 
31
34
and 'a wrap =
32
35
    { node : 'a;
33
36
      info : info;