Is there a way I can expand what BC considers to be unimportant differences? For example, if I have a set of lines at the beginning of all of one series of files that are not in the compared-to series of files -- can I somehow tell BC to ignore it?
For example, at top of newer file versions I might have:
/* -MY CHANGE: PCH- */
#include "MyPCH.h"
/* -MY CHANGE:ENDS- */
whereas the older versions don't. Any way to not have BC flag these as different (if all else is the same)?
My apologies if this is in the documentation somewhere -- I didn't see it.
Thanks,
Chad
For example, at top of newer file versions I might have:
/* -MY CHANGE: PCH- */
#include "MyPCH.h"
/* -MY CHANGE:ENDS- */
whereas the older versions don't. Any way to not have BC flag these as different (if all else is the same)?
My apologies if this is in the documentation somewhere -- I didn't see it.
Thanks,
Chad
Comment