List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:March 4 2005 11:31am
Subject:bk commit into 4.0 tree (joerg:1.2073)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of joerg. When joerg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2073 05/03/04 12:31:30 joerg@stripped +1 -0
  Please the Sun C compiler by qualifying 'inline' as 'static inline'.

  mysys/my_bitmap.c
    1.12 05/03/04 12:31:28 joerg@stripped +2 -2
    Please the Sun C compiler by qualifying 'inline' as 'static inline'.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	joerg
# Host:	trift2.
# Root:	/M40/push-4.0

--- 1.11/mysys/my_bitmap.c	Wed Jan  2 20:31:48 2002
+++ 1.12/mysys/my_bitmap.c	Fri Mar  4 12:31:28 2005
@@ -27,7 +27,7 @@
 #include <assert.h>
 #include <m_string.h>
 
-inline void bitmap_lock(MY_BITMAP* map)
+static inline void bitmap_lock(MY_BITMAP* map)
 {
 #ifdef THREAD
   if (map->thread_safe)
@@ -35,7 +35,7 @@
 #endif
 }
 
-inline void bitmap_unlock(MY_BITMAP* map)
+static inline void bitmap_unlock(MY_BITMAP* map)
 {
 #ifdef THREAD
   if (map->thread_safe)
Thread
bk commit into 4.0 tree (joerg:1.2073)Joerg Bruehe4 Mar