~ubuntu-branches/ubuntu/hardy/libtioga-ruby/hardy

« back to all changes in this revision

Viewing changes to split/Tioga/pdfpath.c

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond
  • Date: 2007-06-03 21:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070603211147-fcvoehrkf95k1fzl
Tags: upstream-1.6
ImportĀ upstreamĀ versionĀ 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
}
35
35
 
36
36
/* small macro to check if a number is ok to be output */
37
 
#define is_okay_number(x) ((x) - (x) == 0.0)
38
37
 
39
38
#define CROAK_ON_NONOK(p) croak_on_nonok(p, __FUNCTION__)
40
39
#define ARE_OK_NUMBERS(x,y) if(! is_okay_number(x) || ! is_okay_number(y)) {\