#!/bin/sh # auto generated, do not edit size_ada=`./ada_size "agar.gui.widget.file_dialog.option_t"` if [ $? -ne 0 ]; then exit 2; fi size_c=`./c_size "struct ag_file_type_option"` if [ $? -ne 0 ]; then exit 2; fi printf "%8d %8d %s -> %s\n" "${size_ada}" "${size_c}" "agar.gui.widget.file_dialog.option_t" "struct ag_file_type_option" if [ ${size_ada} -ne ${size_c} ] then echo "error: size mismatch" 1>&2 exit 1 fi