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

« back to all changes in this revision

Viewing changes to parsing_c/compare_c.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:
71
71
    Visitor_c.kexpr_s = (fun (k,bigf) e -> 
72
72
      match e with
73
73
      (* todo: should also do something for multistrings *)
74
 
      | (Constant (String (s,kind)), typ), [ii] 
 
74
      | (Constant (String (s,kind)), typ), [ii]
75
75
          when Common.string_match_substring cvs_keyword_regexp s -> 
76
76
          let newstr = cvs_compute_newstr s in
77
77
          (Constant (String (newstr,kind)), typ), [rewrap_str newstr ii]