~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Typeset/Format/formatter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100423070940-juy8n05xs1b6au8i
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
format
83
83
lazy_rep::query (lazy_type request, format fm) {
 
84
  (void) request;
84
85
  cout << "\nThe lazy structure was " << ((tree) (*this)) << "\n";
85
86
  cout << "The format was " << ((tree) fm) << "\n";
86
87
  FAILED ("invalid query");