summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.h8300
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-28 23:35:18 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-28 23:35:18 +0000
commit7aac136035df243c8c536ff02a3102386df04ec0 (patch)
treec863816baa8c828cf38fb099ee8393f11bb46448 /extra/Configs/Config.h8300
parent58bd16ab173a4df7b4d2b4d1f1c6a9aaff165ee8 (diff)
Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to use
C_SYMBOL_PREFIX for confused compilers, such as for v850 and h8300, per suggestion from Miles Bader.
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r--extra/Configs/Config.h83002
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300
index 2fcc55998..2109a0940 100644
--- a/extra/Configs/Config.h8300
+++ b/extra/Configs/Config.h8300
@@ -193,3 +193,5 @@ SYSTEM_DEVEL_PREFIX = /
#PREFIX = $(TOPDIR)/_install
PREFIX =
+# C defiend symbols prefix charactor
+C_SYMBOL_PREFIX = _ \ No newline at end of file