summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-05 23:02:35 +1000
committerChris Johns <chrisj@rtems.org>2014-08-05 23:02:35 +1000
commit94a438138ff6f482eb94bb3e606707e5f977094b (patch)
tree24e04900b964a9fbf86fc3fdb1b33bb0f714604d /rld.h
parentf40cea54f3e7ef474552136b6f4b29cdb3b5c0f3 (diff)
rtems-tld: Add wrapper support and start the generator coding.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rld.h b/rld.h
index 726a8e1..36ab013 100644
--- a/rld.h
+++ b/rld.h
@@ -41,11 +41,13 @@
#define RLD_PATHSTR_SEPARATOR ';'
#define RLD_PATHSTR_SEPARATOR_STR ";"
#define RLD_DRIVE_SEPARATOR (1)
+#define RLD_LINE_SEPARATOR "\r\n"
#else
#define RLD_PATH_SEPARATOR '/'
#define RLD_PATHSTR_SEPARATOR ':'
#define RLD_PATHSTR_SEPARATOR_STR ":"
#define RLD_DRIVE_SEPARATOR (0)
+#define RLD_LINE_SEPARATOR "\n"
#endif
namespace rld