summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-06-12 17:05:45 +0200
committerserg@serg.mylan <>2003-06-12 17:05:45 +0200
commit4302bfdb7de91da30ef4a2a7bcaa09954062d606 (patch)
tree0fa023e0812306546dd90b555572d8023561af93 /include
parent63df5f7cb71ce01fa5f3dfc1a072cc57e8aab32b (diff)
downloadmariadb-git-4302bfdb7de91da30ef4a2a7bcaa09954062d606.tar.gz
typed moved to a proper place
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 1026e8e3940..e5cb75365b4 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -640,9 +640,6 @@ typedef long my_ptrdiff_t;
typedef long long my_ptrdiff_t;
#endif
-/* typedef used for length of string; Should be unsigned! */
-typedef ulong size_str;
-
#define MY_ALIGN(A,L) (((A) + (L) - 1) & ~((L) - 1))
#define ALIGN_SIZE(A) MY_ALIGN((A),sizeof(double))
/* Size to make adressable obj. */
@@ -711,6 +708,9 @@ typedef long longlong;
#endif
#endif
+/* typedef used for length of string; Should be unsigned! */
+typedef ulong size_str;
+
#ifdef USE_RAID
/*
The following is done with a if to not get problems with pre-processors