summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_extern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_extern.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_extern.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp
index 3d5bf971689..2fc35f6d22a 100644
--- a/TAO/TAO_IDL/fe/fe_extern.cpp
+++ b/TAO/TAO_IDL/fe/fe_extern.cpp
@@ -97,9 +97,9 @@ FE_yyparse (void)
}
void
-FE_set_yyin (File *f)
+FE_set_yyin (FILE * f)
{
- tao_yyin = reinterpret_cast<FILE *> (f);
+ tao_yyin = f;
}
// Constructor interfaces.