Re: [cocci] Checking SmPL support for two special expressions
Markus Elfring <[email protected]>
| Newsgroups | fr.inria.cocci |
|---|---|
| Message-ID | <[email protected]> |
…>> -( uint64_t ) * ( ( uint64_t * ) & val ) >> +I642U64(val) …>> -( int64_t ) * ( ( int64_t * ) & val ) >> +U642I64(val) …> Coccinelle doesn't know these types. You have to declare them with typedef. Are type definitions really required for the handling of casts? Regards, Markus