~ubuntu-branches/ubuntu/maverick/luatex/maverick

« back to all changes in this revision

Viewing changes to source/texk/web2c/lib/zround.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-10-22 02:16:43 UTC
  • mfrom: (1.1.8 upstream) (4.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091022021643-hvoq5boj9y5q92ao
Tags: 0.40.6-1
* new upstream release (add Announce file)
* fix FTBFS due to new poppler version (Closes: #529331)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   implement the predefined Pascal round function.  Public domain. */
3
3
 
4
4
#include "config.h"
 
5
#include "lib.h"
5
6
 
6
7
integer
7
 
zround P1C(double, r)
 
8
zround (double r)
8
9
{
9
10
  integer i;
10
11