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

« back to all changes in this revision

Viewing changes to ocaml/yes_prepare_ocamlcocci.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:
252
252
 
253
253
    (* Coccilib is filtered out too *)
254
254
    | "Coccilib" | "Common" | "Ast_c" | "Visitor_c" | "Lib_parsing_c"
255
 
    | "Iteration" ->
 
255
    | "Iteration" | "Flag" ->
256
256
        (accld, accinc)
257
257
 
258
258
    | "Dbm"      -> ("dbm"::accld, accinc)