mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 11:16:38 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user