Hi, I have a question for you.

I would like ignore difference of this type:
file1.c:
if (i==1) { printf("hello world");
}
---
file2.c:
if (i==1)
{
printf("hello world");
}

How can I do?
Thanks Alex.



_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to