Remove inline attr from vfetchx/vstorex _full functions

git-svn-id: file:///home/jj/hercules.svn/trunk@4314 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Greg Smith
2007-03-08 01:27:02 +00:00
parent 24eef19990
commit 9d0a9f43cc
3 changed files with 15 additions and 6 deletions

View File

@@ -13,6 +13,9 @@
// $Id$
//
// $Log$
// Revision 1.45 2007/01/14 23:31:46 gsmith
// nerak's patch, one more time
//
// Revision 1.44 2007/01/14 19:49:13 gsmith
// Fix typos
//
@@ -130,8 +133,10 @@
#undef _VSTORE_C_STATIC
#if !defined(OPTION_NO_INLINE_VSTORE)
#define _VSTORE_C_STATIC static inline
#define _VSTORE_FULL_C_STATIC static
#else
#define _VSTORE_C_STATIC
#define _VSTORE_FULL_C_STATIC
#endif
#undef _VFETCH_C_STATIC