~ubuntu-branches/ubuntu/quantal/menhir/quantal

« back to all changes in this revision

Viewing changes to src/convert.ml

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy, Stéphane Glondu, Mehdi Dogguy
  • Date: 2011-04-16 00:12:54 UTC
  • mfrom: (1.1.7 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110416001254-orcso5c2dktmds4x
Tags: 20110201.dfsg-1
[ Stéphane Glondu ]
* Do not install examples twice (Closes: #603335)

[ Mehdi Dogguy ]
* New upstream release.
* Set filter-pristine-tar to True in debian/gbp.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
(* We do not require the type ['token] to actually be a triple type.
43
43
   This enables complex applications where it is a record type with
44
 
   more three fields. It also enables simple applications where
 
44
   more than three fields. It also enables simple applications where
45
45
   positions are of no interest, so ['token] is just ['raw_token]
46
46
   and [get_startp] and [get_endp] return dummy positions. *)
47
47