mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
fixes #426 :: detab'ing the DMDFE source; kudos SiegeLord
This commit is contained in:
+6
-6
@@ -30,9 +30,9 @@ int findCondition(Array *ids, Identifier *ident);
|
||||
struct Condition
|
||||
{
|
||||
Loc loc;
|
||||
int inc; // 0: not computed yet
|
||||
// 1: include
|
||||
// 2: do not include
|
||||
int inc; // 0: not computed yet
|
||||
// 1: include
|
||||
// 2: do not include
|
||||
|
||||
Condition(Loc loc);
|
||||
|
||||
@@ -92,9 +92,9 @@ struct IftypeCondition : Condition
|
||||
/* iftype (targ id tok tspec)
|
||||
*/
|
||||
Type *targ;
|
||||
Identifier *id; // can be NULL
|
||||
enum TOK tok; // ':' or '=='
|
||||
Type *tspec; // can be NULL
|
||||
Identifier *id; // can be NULL
|
||||
enum TOK tok; // ':' or '=='
|
||||
Type *tspec; // can be NULL
|
||||
|
||||
IftypeCondition(Loc loc, Type *targ, Identifier *id, enum TOK tok, Type *tspec);
|
||||
Condition *syntaxCopy();
|
||||
|
||||
Reference in New Issue
Block a user