annotate dmd/Macro.d @ 192:eb38fdcb3e62 default tip

updated to compile with dmd2.062
author korDen
date Sat, 02 Mar 2013 01:25:52 -0800
parents e28b18c23469
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
1 module dmd.Macro;
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
2
114
e28b18c23469 added a module dmd.common for commonly used stuff
Trass3r
parents: 99
diff changeset
3 struct Macro
99
903b95002d4e Id and Macro are quite experimental currently
Trass3r
parents: 0
diff changeset
4 {
114
e28b18c23469 added a module dmd.common for commonly used stuff
Trass3r
parents: 99
diff changeset
5 }