mirror of
https://github.com/cc65/cc65.git
synced 2025-08-11 11:25:08 +00:00
Add symbol to disable inlining of functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@3662 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2001 Ullrich von Bassewitz */
|
/* (C) 2001-2005 Ullrich von Bassewitz */
|
||||||
/* Wacholderweg 14 */
|
/* R<>merstra<72>e 52 */
|
||||||
/* D-70597 Stuttgart */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__) && !defined(DISABLE_INLINE)
|
||||||
# define HAVE_INLINE 1
|
# define HAVE_INLINE 1
|
||||||
# define INLINE static __inline__
|
# define INLINE static __inline__
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user