~ubuntu-branches/ubuntu/trusty/coccinelle/trusty-proposed

« back to all changes in this revision

Viewing changes to parsing_cocci/data.ml

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-01-26 18:05:11 UTC
  • mfrom: (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120126180511-gm16mtjx2627emom
Tags: 1.0.0~rc9.deb-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - Add Pre-Depends on dpkg >= 1.15.6 for xz deb compression, this is needed
    until after the 12.04 LTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    (Ast.meta_name -> Ast.list_len -> Ast0.pure -> unit) ref =
153
153
  ref (fun _ -> failwith "uninitialized add_meta")
154
154
 
 
155
let add_symbol_meta: (string -> unit) ref =
 
156
  ref (fun _ -> failwith "uninitialized add_meta")
 
157
 
155
158
let add_stm_meta: (Ast.meta_name -> Ast0.pure -> unit) ref =
156
159
  ref (fun _ -> failwith "uninitialized add_meta")
157
160