pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] libgnupdf/src/base pdf-types.c


From: Daniel
Subject: [pdf-devel] libgnupdf/src/base pdf-types.c
Date: Tue, 24 Jun 2008 12:08:05 +0000

CVSROOT:        /cvsroot/pdf
Module name:    libgnupdf
Changes by:     Daniel <danividal>      08/06/24 12:08:05

Modified files:
        src/base       : pdf-types.c 

Log message:
        Added macros for systems with 64 bit support

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libgnupdf/src/base/pdf-types.c?cvsroot=pdf&r1=1.7&r2=1.8

Patches:
Index: pdf-types.c
===================================================================
RCS file: /cvsroot/pdf/libgnupdf/src/base/pdf-types.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pdf-types.c 15 Jun 2008 19:29:53 -0000      1.7
+++ pdf-types.c 24 Jun 2008 12:08:05 -0000      1.8
@@ -26,6 +26,7 @@
 #include <pdf-types.h>
 
 
+#ifndef PDF_USE_BUILTIN_64BIT_SUPPORT
 pdf_i64_t
 pdf_i64_new (const pdf_i32_t high,
              const pdf_u32_t low)
@@ -36,6 +37,8 @@
   return pdfint;
 }/*end pdf_i64_new*/
 
+
+
 pdf_status_t
 pdf_i64_assign (pdf_i64_t *bignum,
                 const pdf_i32_t high,
@@ -1142,3 +1145,5 @@
 }
 
 /* End of pdf-types.c */
+
+#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]