Redo the UCHAR_P handling fromdf84da3ec2(5 weeks ago) and02b21865fdfollowup. The earlier #define was happening too late in the #include sequence; tradstdc.h is processed before global.h+(vmsconf.h,unixconf.h,...). Also, DEC C in 'common' mode complains about indented '#' starting a line but not in column 1. Putting #pragma in column 2 was deliberate in case of an ancient compiler which doesn't understand that directive. Splitting the difference via non-indented '# pragma' may or may not mollify the latter when it's bypassing conditionally excluded code.
14 KiB
14 KiB