diff src/gearsTools/check_convert_context_struct.pl @ 345:efef0767b1bc

emit include guard at context.h
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 01 Mar 2020 18:10:05 +0900
parents 40b1b7476e77
children 0e72eb96b6b1
line wrap: on
line diff
--- a/src/gearsTools/check_convert_context_struct.pl	Thu Feb 27 19:27:27 2020 +0900
+++ b/src/gearsTools/check_convert_context_struct.pl	Sun Mar 01 18:10:05 2020 +0900
@@ -9,7 +9,7 @@
 
 my $interface_file = shift or die "require itnerface file";
 my $h2context = Gears::Util->parse_interface($interface_file);
-my $context = Gears::Util->h2context_str($h2context);
+my $context = Gears::Context->h2context_str($h2context);
 
 print "$context";