summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-06-12 17:05:45 +0200
committerunknown <serg@serg.mylan>2003-06-12 17:05:45 +0200
commit99a0f20c6fdd233de489d1b5c9b7dced71937263 (patch)
tree0fa023e0812306546dd90b555572d8023561af93 /include
parent5efaeb958e9fa23ec53237da09b50c23507b367c (diff)
downloadmariadb-git-99a0f20c6fdd233de489d1b5c9b7dced71937263.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