summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/driver
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-02-26 23:35:31 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-02-26 23:35:31 +0000
commita1c6f80ce7ce9e28bc05fc334e6ccbc968a312e7 (patch)
tree7f889ecb1712b260a943fe904f5002f9db031742 /TAO/TAO_IDL/driver
parentfa8e44a16a5ed5b9a013fd569a5d1a43ea3c25e5 (diff)
downloadATCD-a1c6f80ce7ce9e28bc05fc334e6ccbc968a312e7.tar.gz
ChangeLogTag:Mon Feb 26 23:27:03 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO/TAO_IDL/driver')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 297b6225517..ad62e10afb8 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -710,7 +710,7 @@ DRV_check_for_include (const char* buf)
if (*h == '\0')
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("IDL: No friggin' input files\n")));
+ ACE_TEXT ("TAO_IDL: No input files\n")));
idl_global->set_err_count (idl_global->err_count () + 1);
@@ -854,7 +854,7 @@ DRV_convert_includes (const char* buf)
if (*r == '\0')
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("IDL: No friggin' input files\n")));
+ ACE_TEXT ("TAO_IDL: No input files\n")));
idl_global->set_err_count (idl_global->err_count () + 1);
@@ -1253,7 +1253,7 @@ DRV_pre_proc (const char *myfile)
throw FE_Bailout ();
}
- FE_set_yyin (reinterpret_cast<File *> (yyin));
+ FE_set_yyin (yyin);
if (idl_global->compile_flags () & IDL_CF_ONLY_PREPROC)
{