~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to src/Classes/Atomic/string.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-06-12 12:50:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070612125014-qifjye1qab4l42gx
Tags: 1:1.0.6.10-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/patches/11-desktop-file.dpatch
    Fix category in desktop file
  - Update maintainer in field debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
fatal_error (string message, string routine, string file) {
346
346
  cerr << "\nFatal error: " << message << " in '" << routine << "'\n";
347
347
  if (N(file)!=0) cerr << "See file   : " << file << "\n";
348
 
  // cout << 1/0 << "\n";
 
348
  //cout << 1/0 << "\n";
349
349
  exit (1);
350
350
}
351
351