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

« back to all changes in this revision

Viewing changes to parsing_cocci/ast0_cocci.mli

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-09-08 13:06:20 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090908130620-s33aehu14xddef4u
Tags: 0.1.10.deb-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: build-depend on python2.6-dev,
    set XB-Python-Version to 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
                     statement * (info * mcodekind) (* after info *)
275
275
  | Switch        of string mcode (* switch *) * string mcode (* ( *) *
276
276
                     expression * string mcode (* ) *) * string mcode (* { *) *
 
277
                     statement (*decl*) dots *
277
278
                     case_line dots * string mcode (* } *)
278
279
  | Break         of string mcode (* break *) * string mcode (* ; *)
279
280
  | Continue      of string mcode (* continue *) * string mcode (* ; *)
329
330
    Default of string mcode (* default *) * string mcode (*:*) * statement dots
330
331
  | Case of string mcode (* case *) * expression * string mcode (*:*) *
331
332
        statement dots
 
333
  | DisjCase of string mcode * case_line list *
 
334
        string mcode list (* the |s *) * string mcode
332
335
  | OptCase of case_line
333
336
 
334
337
and case_line = base_case_line wrap