mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-22 12:01:49 +01:00
Merge dmd-1.074 into ldc.
This commit is contained in:
@@ -347,6 +347,12 @@ struct Global
|
||||
unsigned gag; // !=0 means gag reporting of errors & warnings
|
||||
unsigned gaggedErrors; // number of errors reported while gagged
|
||||
|
||||
/* Gagging can either be speculative (is(typeof()), etc)
|
||||
* or because of forward references
|
||||
*/
|
||||
unsigned speculativeGag; // == gag means gagging is for is(typeof);
|
||||
bool isSpeculativeGagging();
|
||||
|
||||
// Start gagging. Return the current number of gagged errors
|
||||
unsigned startGagging();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user