X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fpsi%2Fpsi_const.m4;h=6210ef9ec0f7f6d7a62394756f77784e61a7ecd4;hp=e0b67a36751726874e0b0f919755157e3592c891;hb=4368a446f8afc498138c9336b5d3cd86625f09ad;hpb=650d82f29a2489fc88ee6bc30a557c8013e176bd diff --git a/m4/psi/psi_const.m4 b/m4/psi/psi_const.m4 index e0b67a3..6210ef9 100644 --- a/m4/psi/psi_const.m4 +++ b/m4/psi/psi_const.m4 @@ -9,8 +9,7 @@ psi_add_str_const() { # Add a pre-defined int constant to $PSI_CONSTS_H psi_add_int_const() { PSI_CONSTS="$PSI_CONSTS - {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER}, -" + {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER}," } dnl PSI_CONST(const name, type)