~ubuntu-branches/ubuntu/trusty/texmacs/trusty

« back to all changes in this revision

Viewing changes to src/System/Language/packrat.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2011-04-04 13:58:09 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110404135809-6f6jvotefb694vgp
Tags: 1:1.0.7.10-1
* New Upstream Release.
* Added gostscript to Build-Depends.  (Closes: #582228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
path   packrat_parse (string lan, string s, tree in);
23
23
bool   packrat_correct (string lan, string s, tree in);
 
24
bool   packrat_available_path (string lan, tree in, path in_p);
24
25
object packrat_context (string lan, string s, tree in, path in_pos);
25
26
bool   packrat_select (string lan, string s, tree in, path in_pos,
26
27
                       path& p1, path& p2, int mode);