Browse Source

Improve debug string representation of MacroDefinition.

pull/526/head
triton 11 years ago
parent
commit
dcfe9e39a1
  1. 2
      src/AST/Preprocessor.cs

2
src/AST/Preprocessor.cs

@ -59,7 +59,7 @@
public override string ToString() public override string ToString()
{ {
return Expression; return string.Format("{0} = {1}", Name, Expression);
} }
} }
} }

Loading…
Cancel
Save