~ubuntu-branches/ubuntu/utopic/blitz++/utopic

« back to all changes in this revision

Viewing changes to blitz/prettyprint.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-04-08 13:51:07 UTC
  • mfrom: (11.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110408135107-rm025yq8bouoaom4
Tags: 1:0.9-12
* debian/control:
  - Standards-Version: 3.9.2 (no changes needed)
  - Build-Depends: texi2html
  - doc package Depends libjs-jquery which provides jquery.js
* Debhelper 8 (control+compat)
* debian/rules:
  - Fix sequence of dh arguments
  - Do not install unneeded *.la file
    Closes: #621305
  - Remove copy of jquery.js which is provided by a link to the
    file provided in libjs-jquery:

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#ifndef BZ_PRETTYPRINT_H
29
29
#define BZ_PRETTYPRINT_H
 
30
#include <cstdlib>
30
31
 
31
32
BZ_NAMESPACE(blitz)
32
33