[gnumeric] Compilation: expose for of the GOQuad API.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Compilation: expose for of the GOQuad API.
- Date: Sun, 14 Apr 2013 16:17:17 +0000 (UTC)
commit 2c7b53ee4cbe45aaa96dfbceaa3f85d07e58a88d
Author: Morten Welinder <terra gnome org>
Date: Sat Apr 13 11:19:30 2013 -0400
Compilation: expose for of the GOQuad API.
src/numbers.h | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/numbers.h b/src/numbers.h
index 0e7acfe..5fd7bb5 100644
--- a/src/numbers.h
+++ b/src/numbers.h
@@ -125,7 +125,9 @@ gnm_float gnm_yn (int n, gnm_float x);
#define gnm_quad_end go_quad_endl
#define gnm_quad_init go_quad_initl
#define gnm_quad_value go_quad_valuel
+#define gnm_quad_add go_quad_addl
#define gnm_quad_mul go_quad_mull
+#define gnm_quad_div go_quad_divl
#define gnm_quad_mul12 go_quad_mul12l
#define GnmAccumulator GOAccumulatorl
#define gnm_accumulator_start go_accumulator_startl
@@ -211,7 +213,9 @@ typedef double gnm_float;
#define gnm_quad_end go_quad_end
#define gnm_quad_init go_quad_init
#define gnm_quad_value go_quad_value
+#define gnm_quad_add go_quad_add
#define gnm_quad_mul go_quad_mul
+#define gnm_quad_div go_quad_div
#define gnm_quad_mul12 go_quad_mul12
#define GnmAccumulator GOAccumulator
#define gnm_accumulator_start go_accumulator_start
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]