Skip to content
Snippets Groups Projects
Commit 0cc9e15c authored by patacongo's avatar patacongo
Browse files

Define 'inline' for SDCC so that code can use the inline storage class if not supported

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@74 42af7a65-404d-4744-a932-0658087f49c3
parent c0c7b17b
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@
/* SDCC does not support inline functions */
# undef CONFIG_HAVE_INLINE
# define inline
/* SDCC does not support type long long or type double */
......@@ -191,6 +192,7 @@
# undef CONFIG_LONG_IS_NOT_INT
# undef CONFIG_PTR_IS_NOT_INT
# undef CONFIG_HAVE_INLINE
# define inline
# undef CONFIG_HAVE_LONG_LONG
# undef CONFIG_HAVE_DOUBLE
# undef CONFIG_CAN_PASS_STRUCTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment