summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kellogg <okellogg@users.sourceforge.net>2018-02-23 09:05:06 +0100
committerOliver Kellogg <okellogg@users.sourceforge.net>2018-02-23 09:05:06 +0100
commitdded6e0e48ee7e1c6c39240d60fb0b3111ceddf2 (patch)
treeeef865403b72de180181613cbb583bf4da1955f3
parentfb90ac53e3aefd413851fa0793ec4550c54c897c (diff)
downloadATCD-dded6e0e48ee7e1c6c39240d60fb0b3111ceddf2.tar.gz
TAO/tests/Bug_3940_Regression/test.idl
- Address issue #571 comment by jwillemsen: Disable content of IDL file for Borland C++ Builder. The cpp32 preprocessor apparently strips out all @ characters which inhibits processing of annotations.
-rw-r--r--TAO/tests/Bug_3940_Regression/test.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3940_Regression/test.idl b/TAO/tests/Bug_3940_Regression/test.idl
index d63dfff726a..0bb7fbcc68c 100644
--- a/TAO/tests/Bug_3940_Regression/test.idl
+++ b/TAO/tests/Bug_3940_Regression/test.idl
@@ -1,3 +1,5 @@
+#if !defined (__BORLANDC__)
+
module test {
@unit("deg")
@@ -14,3 +16,4 @@ module test {
};
+#endif