summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_extern.h')
-rw-r--r--TAO/TAO_IDL/include/fe_extern.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/fe_extern.h b/TAO/TAO_IDL/include/fe_extern.h
index e75f5b90ca3..f630c943774 100644
--- a/TAO/TAO_IDL/include/fe_extern.h
+++ b/TAO/TAO_IDL/include/fe_extern.h
@@ -78,13 +78,11 @@ TAO_IDL_FE_Export void FE_store_env_include_paths (void);
TAO_IDL_FE_Export const char *FE_get_cpp_loc_from_env (void);
TAO_IDL_FE_Export const char *FE_get_cpp_args_from_env (void);
-class File;
-
TAO_IDL_FE_Export int
FE_yyparse (void);
TAO_IDL_FE_Export void
-FE_set_yyin (File *); // Set yyin
+FE_set_yyin (FILE *); // Set yyin
// Interface to constructors for objects need by the driver