diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-13 07:11:31 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-13 07:11:31 +0000 |
commit | 8a27eef2a8d1c1e8b667a8895412766a8c1c3882 (patch) | |
tree | 9499b4cdb029843cf267746dad73cb3b2bdc17a0 /TAO/TAO_IDL/fe | |
parent | ba37af00fc28ac023525f1e5dfaf3fc14fd2eea3 (diff) | |
download | ATCD-8a27eef2a8d1c1e8b667a8895412766a8c1c3882.tar.gz |
STD C++ Library changes.
Diffstat (limited to 'TAO/TAO_IDL/fe')
-rw-r--r-- | TAO/TAO_IDL/fe/idl.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/idl.ll b/TAO/TAO_IDL/fe/idl.ll index 9c96e9e9ae6..9b41d547492 100644 --- a/TAO/TAO_IDL/fe/idl.ll +++ b/TAO/TAO_IDL/fe/idl.ll @@ -72,7 +72,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #include "idl_extern.h" #include "fe_private.h" #include "y.tab.h" -#include <string.h> static char idl_escape_reader(char *); static double idl_atof(char *); |