annotate dmd/Macro.d @ 135:af1bebfd96a4 dmd2037

dmd 2.038
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 13 Sep 2010 22:19:42 +0100
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 }