summaryrefslogtreecommitdiff
path: root/ecos
diff options
context:
space:
mode:
authorschodet2007-08-22 09:34:44 +0000
committerschodet2007-08-22 09:34:44 +0000
commitaed5fc04abf980116d31d3f2d1ec4d8365df78c1 (patch)
tree3078aaa8f30a67f2571b77713991b8f08e2d806e /ecos
parentdcb3520f76e0b350ee43c0eaca4e64b0348e48bf (diff)
Removed ecos intrusion in the compiler namespace: __PRETTY_FUNCTION__.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@592 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'ecos')
-rw-r--r--ecos/packages/infra/current/include/cyg_ass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecos/packages/infra/current/include/cyg_ass.h b/ecos/packages/infra/current/include/cyg_ass.h
index a8d241ade9..9f9290a1f6 100644
--- a/ecos/packages/infra/current/include/cyg_ass.h
+++ b/ecos/packages/infra/current/include/cyg_ass.h
@@ -70,12 +70,14 @@
// -------------------------------------------------------------------------
// If we do not have a function name macro, define it ourselves
+#if 0 // Hey! This is not eCos namespace!
#ifndef CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO
// __PRETTY_FUNCTION__ does not work
# ifndef __PRETTY_FUNCTION__ // And it is not already defined
# define __PRETTY_FUNCTION__ NULL
# endif
#endif
+#endif
// -------------------------------------------------------------------------
// This is executed to deal with failure - breakpoint it first!