From 230c36d360c8fdbda2b40e09983f2e8de97d9b39 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Tue, 27 Sep 2005 21:54:45 +0000 Subject: now it starts to work... svn path=/trunk/; revision=16028 --- tools/tpg/tpg.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl index 7d035bac17..6c56815076 100644 --- a/tools/tpg/tpg.pl +++ b/tools/tpg/tpg.pl @@ -161,10 +161,10 @@ __H_HEAD $h_file .= "\n/* hfids export container */\n$hfstruct\n"; -$h_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n"; +$h_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n"; $h_file .= $hfarr . "\n\n" . $ett_arr ."\n\n"; -$c_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n"; +$c_file .= "\n/* hfids container */\nstruct _$proto_name\_hfis_t $proto_name\_hfis;\n\n"; $h_file .= "/* parser declarations */\n"; $c_file .= "/* parser declarations */\n"; -- cgit v1.2.1