>> MOVE '??' TO QPE-SET-OPTS >> >> Resulted in >> >> MOVE ' TO QPE-SET-OPTS >> >Can you disable trigraph processing? > >-- gil
Disabling trigraph processing indeed solved the source file molestation! To get trigraph processing disabled required the LANG(COMMONC) option, which only works with a standard C (versus C++) compile. (This is OK since I am only concerned with preprocessing.) Thanks!