# HG changeset patch # User Tassilo Philipp # Date 1617810959 -7200 # Node ID a3e47b7c808cc4e2717c820bba083169e375da5b # Parent 41e2a01cad32b35b920516babf15282215e69323 - comment for clarity diff -r 41e2a01cad32 -r a3e47b7c808c dyncall/dyncall_signature.h --- a/dyncall/dyncall_signature.h Wed Apr 07 17:53:26 2021 +0200 +++ b/dyncall/dyncall_signature.h Wed Apr 07 17:55:59 2021 +0200 @@ -55,7 +55,7 @@ #define DC_SIGCHAR_FLOAT 'f' #define DC_SIGCHAR_DOUBLE 'd' #define DC_SIGCHAR_POINTER 'p' -#define DC_SIGCHAR_STRING 'Z' +#define DC_SIGCHAR_STRING 'Z' /* in theory same as 'p', but convenient to disambiguate */ #define DC_SIGCHAR_STRUCT 'T' #define DC_SIGCHAR_ENDARG ')' /* also works for end struct */