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

« back to all changes in this revision

Viewing changes to parsing_cocci/data.mli

  • 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:
116
116
 
117
117
val add_field_meta: (Ast_cocci.meta_name -> Ast0_cocci.pure -> unit) ref
118
118
 
 
119
val add_symbol_meta: (string -> unit) ref
 
120
 
119
121
val add_field_list_meta:
120
122
    (Ast_cocci.meta_name -> Ast_cocci.list_len -> Ast0_cocci.pure -> unit) ref
121
123