diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-10-04 12:37:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-10-04 12:38:06 -0500 |
commit | 552adfbbc6b3508eaed284675d1d76480598142c (patch) | |
tree | d1f6dfc6de2f3c91eb8cc869acdd4b3fac588699 /rsc/source/rscpp/cppdef.h | |
parent | f3fae7d3c64db62568290f105d8404f037793945 (diff) |
we really do not care about ebcdic do we ?
Change-Id: I1a2d8628fc2b1fe21e77019f12dc2a8adab877ed
Diffstat (limited to 'rsc/source/rscpp/cppdef.h')
-rw-r--r-- | rsc/source/rscpp/cppdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index 25359daab47e..3cf30cf1d1b6 100644 --- a/rsc/source/rscpp/cppdef.h +++ b/rsc/source/rscpp/cppdef.h @@ -168,12 +168,8 @@ #ifndef ALERT -#ifdef EBCDIC -#define ALERT '\057' -#else #define ALERT '\007' /* '\a' is "Bell" */ #endif -#endif #ifndef VT #define VT '\013' /* Vertical Tab CTRL/K */ |