~ubuntu-branches/ubuntu/maverick/coccinelle/maverick

« back to all changes in this revision

Viewing changes to parsing_cocci/iso_pattern.ml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-08-10 01:01:24 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090810010124-9fn4c8m93ic60fqx
Tags: 0.1.9.deb-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: build-depend on python2.6-dev,
    set XB-Python-Version to 2.6
* New upstream (Debian) packaging applied fix for
  LP: #410907 (see changelog entry below)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1837
1837
            | Ast.AFTER(a) -> (anythings@a,t)
1838
1838
            | Ast.BEFOREAFTER(b,a) -> (b@anythings@a,t)
1839
1839
            | Ast.NOTHING -> (anythings,t))
 
1840
      | Ast0.MIXED(_) -> failwith "how did this become mixed?"
1840
1841
      | _ -> failwith "not possible 7")
1841
1842
  | Ast0.MIXED(_) -> failwith "not possible 8"
1842
1843
  | Ast0.PLUS -> failwith "not possible 9"
2418
2419
                   (new_extra_meta@extra_meta,t))
2419
2420
                 ([],t) isos)
2420
2421
             rule) in
2421
 
      (List.concat extra_meta, Compute_lines.compute_lines rule)
 
2422
      (List.concat extra_meta, (Compute_lines.compute_lines true) rule)
2422
2423
    end