1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: b/tools/tool_utils/asis_ul-source_table-processing.adb
===================================================================
--- a/tools/tool_utils/asis_ul-source_table-processing.adb
+++ b/tools/tool_utils/asis_ul-source_table-processing.adb
@@ -377,7 +377,7 @@
Add_Needed_Sources : Boolean := Mimic_gcc)
is
begin
- Asis.Implementation.Initialize ("-k -ws -asis05 -sv");
+ Asis.Implementation.Initialize ("-k -ws -asis05");
if True then -- Can we get rid of Only_Bodies????
Process_Sources_From_Table
|