How to get meld to ignore data type differences?

361 Views Asked by At

I'm using meld to merge a large file. The compiler for the source platform uses slightly different data type definitions, and it'd help if there were a way to make meld ignore the data type differences. For example, it'd be nice if it would ignore differences between uint8 and uint8_t. Is there a way to do that with the Text Filters?

0

There are 0 best solutions below