From 291c27508808bb5c9ab780eb971fe958491f1468 Mon Sep 17 00:00:00 2001 From: jkim Date: Sat, 19 May 2012 05:44:32 +0000 Subject: Import ACPICA 20120518. --- source/compiler/aslmain.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslmain.c') diff --git a/source/compiler/aslmain.c b/source/compiler/aslmain.c index 7fb2b3a..ae288b3 100644 --- a/source/compiler/aslmain.c +++ b/source/compiler/aslmain.c @@ -765,9 +765,18 @@ AslDoOptions ( break; case 'i': - /* Less verbose error messages */ - + /* + * Support for integrated development environment(s). + * + * 1) No compiler signon + * 2) Send stderr messages to stdout + * 3) Less verbose error messages (single line only for each) + * 4) Error/warning messages are formatted appropriately to + * be recognized by MS Visual Studio + */ Gbl_VerboseErrors = FALSE; + Gbl_DoSignon = FALSE; + Gbl_Files[ASL_FILE_STDERR].Handle = stdout; break; case 'o': -- cgit v1.1