[gcalctool] Rename mp-internal.h to mp-private.h:
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Rename mp-internal.h to mp-private.h:
- Date: Sun, 29 Aug 2010 23:25:18 +0000 (UTC)
commit c6bf30540a38be946faeed20c3f9de61f31a3f90
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Aug 30 09:21:46 2010 +1000
Rename mp-internal.h to mp-private.h:
src/Makefile.am | 2 +-
src/mp-binary.c | 2 +-
src/mp-convert.c | 2 +-
src/{mp-internal.h => mp-private.h} | 0
src/mp-trigonometric.c | 2 +-
src/mp.c | 2 +-
src/unittest.c | 2 +-
7 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 32188dd..6875200 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,7 +28,7 @@ gcalctool_SOURCES = \
mp.h \
mp-binary.c \
mp-convert.c \
- mp-internal.h \
+ mp-private.h \
mp-trigonometric.c \
mp-equation.c \
mp-equation.h \
diff --git a/src/mp-binary.c b/src/mp-binary.c
index 8e11970..e4cedba 100644
--- a/src/mp-binary.c
+++ b/src/mp-binary.c
@@ -20,7 +20,7 @@
#include <stdio.h>
#include "mp.h"
-#include "mp-internal.h"
+#include "mp-private.h"
// FIXME: Make dynamic
#define MAX_DIGITS 1000
diff --git a/src/mp-convert.c b/src/mp-convert.c
index 59d238a..68be574 100644
--- a/src/mp-convert.c
+++ b/src/mp-convert.c
@@ -24,7 +24,7 @@
#include <math.h>
#include "mp.h"
-#include "mp-internal.h"
+#include "mp-private.h"
void
mp_set_from_mp(const MPNumber *x, MPNumber *z)
diff --git a/src/mp-internal.h b/src/mp-private.h
similarity index 100%
rename from src/mp-internal.h
rename to src/mp-private.h
diff --git a/src/mp-trigonometric.c b/src/mp-trigonometric.c
index 60bb3ca..2ebc676 100644
--- a/src/mp-trigonometric.c
+++ b/src/mp-trigonometric.c
@@ -23,7 +23,7 @@
#include <libintl.h>
#include "mp.h"
-#include "mp-internal.h"
+#include "mp-private.h"
static int
mp_compare_mp_to_int(const MPNumber *x, int i)
diff --git a/src/mp.c b/src/mp.c
index 68043a2..0e46b35 100644
--- a/src/mp.c
+++ b/src/mp.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "mp.h"
-#include "mp-internal.h"
+#include "mp-private.h"
// FIXME: Re-add overflow and underflow detection
diff --git a/src/unittest.c b/src/unittest.c
index a322717..791391b 100644
--- a/src/unittest.c
+++ b/src/unittest.c
@@ -620,7 +620,7 @@ test_integer(int number)
printf("}\n");
}
-#include "mp-internal.h"
+#include "mp-private.h"
static void
test_numbers()
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]