"Thierry@vnet" <[email protected]> writes:

> Hello,
>
> 1) Working on it, can I plan to enhance type.h with the following definition
>
> enum arg_type {
>         ARGTYPE_VOID,
>         ARGTYPE_INT,
>         ARGTYPE_UINT,
>         ARGTYPE_LONG,
>         ARGTYPE_ULONG,
>         ARGTYPE_CHAR,
>         ARGTYPE_SHORT,
>         ARGTYPE_USHORT,
>         ARGTYPE_FLOAT,
>         ARGTYPE_DOUBLE,
>         ARGTYPE_ARRAY,          /* Series of values in memory */
>         ARGTYPE_STRUCT,         /* Structure of values */
>         ARGTYPE_POINTER,        /* Pointer to some other type */
>         ARGTYPE_HETEROGENEOUS,
>         ARGTYPE_HOMOGENEOUS,
>         ARGTYPE_HOMOGENEOUS_NESTED_FLOAT,
> };

Please don't.  This type is used a lot in many backends and this will
break all the switch statements there.  What is the motivation for this?

Thank you,
PM

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to