changeset 403:a3e47b7c808c

- comment for clarity
author Tassilo Philipp
date Wed, 07 Apr 2021 17:55:59 +0200
parents 41e2a01cad32
children 524fdca405bf
files dyncall/dyncall_signature.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */