summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/compiler.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-12 14:37:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-12 14:37:55 +0000
commitb769f6a93e42f6052d27f85dd38ea594361ce170 (patch)
tree30a0eaa4bcc50079c8545227554a9d47c336d8fe /nuttx/include/nuttx/compiler.h
parent84eb7fe1709023514ee0a1c85af34cda2a37bd07 (diff)
downloadnuttx-b769f6a93e42f6052d27f85dd38ea594361ce170.tar.gz
nuttx-b769f6a93e42f6052d27f85dd38ea594361ce170.tar.bz2
nuttx-b769f6a93e42f6052d27f85dd38ea594361ce170.zip
More z8 compilation changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@671 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/compiler.h')
-rw-r--r--nuttx/include/nuttx/compiler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/compiler.h b/nuttx/include/nuttx/compiler.h
index d14f816c0..f0235ed1d 100644
--- a/nuttx/include/nuttx/compiler.h
+++ b/nuttx/include/nuttx/compiler.h
@@ -56,6 +56,7 @@
/* Intriniscs */
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
+# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */
/* Attributes
*
@@ -135,6 +136,7 @@
/* Intriniscs */
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
+# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */
/* Pragmas
*
@@ -240,6 +242,7 @@
/* Intriniscs */
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
+# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */
/* Attributes
*
@@ -313,6 +316,7 @@
# undef CONFIG_CPP_HAVE_VARARGS
# undef CONFIG_CPP_HAVE_WARNING
# undef CONFIG_HAVE_FUNCTIONNAME
+# undef CONFIG_HAVE_FILENAME
# undef CONFIG_HAVE_WEAKFUNCTIONS
# define weak_alias(name, aliasname)
# define weak_function