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

« back to all changes in this revision

Viewing changes to engine/pretty_print_engine.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:
33
33
  | Ast_c.MetaIdVal        s -> pp ("id " ^ s)
34
34
  | Ast_c.MetaFuncVal      s -> pp ("func " ^ s)
35
35
  | Ast_c.MetaLocalFuncVal s -> pp ("localfunc " ^ s)
36
 
  | Ast_c.MetaExprVal      expr -> 
37
 
      Pretty_print_c.pp_expression_simple expr
 
36
  | Ast_c.MetaExprVal      expr -> Pretty_print_c.pp_expression_simple expr
38
37
  | Ast_c.MetaExprListVal  expr_list -> pp "<<exprlist>>"
39
38
  | Ast_c.MetaInitVal      ini -> 
40
39
      Pretty_print_c.pp_init_simple ini