asloptions.c (e5e1f58a87fc8cfe8597a1cf14ee4de2c7c16dd8) | asloptions.c (44b0f624aee0d43179bf3874c70e03b6ae49a4db) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: asloptions - compiler command line processing 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 876 unchanged lines hidden (view full) --- 885 * 1) No compiler signon 886 * 2) Send stderr messages to stdout 887 * 3) Less verbose error messages (single line only for each) 888 * 4) Error/warning messages are formatted appropriately to 889 * be recognized by MS Visual Studio 890 */ 891 AslGbl_VerboseErrors = FALSE; 892 AslGbl_DoSignon = FALSE; | 1/****************************************************************************** 2 * 3 * Module Name: asloptions - compiler command line processing 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 876 unchanged lines hidden (view full) --- 885 * 1) No compiler signon 886 * 2) Send stderr messages to stdout 887 * 3) Less verbose error messages (single line only for each) 888 * 4) Error/warning messages are formatted appropriately to 889 * be recognized by MS Visual Studio 890 */ 891 AslGbl_VerboseErrors = FALSE; 892 AslGbl_DoSignon = FALSE; |
893 AslGbl_Files[ASL_FILE_STDERR].Handle = stdout; | |
894 break; 895 896 case 'o': 897 898 AslGbl_DisplayOptimizations = TRUE; 899 break; 900 901 case 'r': --- 220 unchanged lines hidden --- | 893 break; 894 895 case 'o': 896 897 AslGbl_DisplayOptimizations = TRUE; 898 break; 899 900 case 'r': --- 220 unchanged lines hidden --- |