~ubuntu-branches/ubuntu/karmic/coccinelle/karmic

« back to all changes in this revision

Viewing changes to python/no_pycocci_aux.ml

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-05-11 15:32:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511153224-1odv41d4dkr3y80v
Tags: 0.1.8.deb-2
Use common install Makefile target for both native and bytecode
build. This hopefully fixes FTBFS on bytecode archs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  Ast_c.String (s,isWchar) -> s 
48
48
| Ast_c.MultiString _ -> "TODO: MultiString"
49
49
| Ast_c.Char (s,isWchar) -> s
50
 
| Ast_c.Int s -> s 
51
 
| Ast_c.Float (s,t) -> s
 
50
| Ast_c.Int (s, _t) -> s 
 
51
| Ast_c.Float (s, _t) -> s
52
52
 
53
53
let call_pretty f a =
54
54
  let str = ref ([] : string list) in