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

« back to all changes in this revision

Viewing changes to src/Kernel/Abstractions/basic.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:
44
44
 
45
45
static int current_indent= 0;
46
46
 
47
 
ostream&
48
 
operator << (ostream& out, display_control ctrl) {
 
47
tm_ostream&
 
48
operator << (tm_ostream& out, display_control ctrl) {
49
49
  int i;
50
50
  switch (ctrl) {
51
51
  case INDENT: