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

« back to all changes in this revision

Viewing changes to engine/ctlcocci_integration.ml

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2010-07-25 01:10:07 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100725011007-jgd9ctxi1x03fthg
Tags: 0.2.3.deb-1
* New upstream release
* Removed patches:
  - system-{pycaml,menhir,ocamlsexp}.diff - upstream build system can handle
    this
  - documentation-paths.diff - the manpage is generated using correct paths
  - documentation-build.diff - build documentation, authors clarified that
    it does not contain Front/Back Covers and Invariant Sections
* New patches:
  - syslibs-depend.diff - fix depend targets when system libraries are used
* Override clean directories in debian/rules: upstream makefile tries to
  clean directories removed in Debian package
* Build and install pdf docs
  - build-depend on texlive-latex-base, texlive-latex-recommended,
    texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra
* Do not compress .pdf .cocci and .c files
* Add information about manual license (GFDL-1.3+) into debian/copyright
* Standards-Version 3.9.0 — no changes required
* Install the bash completion file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(*
2
 
 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
 
2
 * Copyright 2010, INRIA, University of Copenhagen
 
3
 * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
 
4
 * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
3
5
 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
4
6
 * This file is part of Coccinelle.
5
7
 *
456
458
    (function (v,vl) ->
457
459
      let vl =
458
460
        match vl with
459
 
          Ast_c.MetaExprVal a ->
460
 
            Ast_c.MetaExprVal(Lib_parsing_c.al_inh_expr a)
 
461
          Ast_c.MetaExprVal (a,c) ->
 
462
            Ast_c.MetaExprVal(Lib_parsing_c.al_inh_expr a,c)
461
463
        | Ast_c.MetaExprListVal a ->
462
464
            Ast_c.MetaExprListVal(Lib_parsing_c.al_inh_arguments a)
463
465
        | Ast_c.MetaStmtVal a ->