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

« back to all changes in this revision

Viewing changes to python/pycocci.mli

  • Committer: Package Import Robot
  • Author(s): Євгеній Мещеряков
  • Date: 2011-12-06 23:17:50 UTC
  • mfrom: (7.2.4 experimental) (7.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20111206231750-m6n4b9jh0d48dlxo
Tags: 1.0.0~rc7.deb-5
Merge Build-Depends-Indep into Build-Depends, the package does not build
on autobuilders otherwise

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
val construct_script_variables : Ast_cocci.meta_name list -> unit
30
30
val pyrun_simplestring : string -> int
31
31
val inc_match : bool ref
 
32
val exited : bool ref
32
33
val retrieve_script_variables : Ast_cocci.meta_name list -> string list
33
34
exception Pycocciexception 
34
35
val set_coccifile : string -> unit