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

« back to all changes in this revision

Viewing changes to src/Typeset/Line/line_breaker.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
};
35
35
CONCRETE_CODE(lb_info);
36
36
 
37
 
ostream&
38
 
operator << (ostream& out, lb_info hi) {
 
37
tm_ostream&
 
38
operator << (tm_ostream& out, lb_info hi) {
39
39
  return out << "[ " << hi->prev << ", "
40
40
             << hi->pen << ", " << hi->pen_spc << " ]";
41
41
}