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

« back to all changes in this revision

Viewing changes to parsing_cocci/arity.ml

  • 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:
80
80
(* --------------------------------------------------------------------- *)
81
81
(* Mcode *)
82
82
 
83
 
let mcode2line (_,_,info,_,_) = info.Ast0.pos_info.Ast0.line_start
84
 
let mcode2arity (_,arity,_,_,_) = arity
 
83
let mcode2line (_,_,info,_,_,_) = info.Ast0.pos_info.Ast0.line_start
 
84
let mcode2arity (_,arity,_,_,_,_) = arity
85
85
 
86
86
let mcode x = x (* nothing to do ... *)
87
87