root/branches/dmdfe/doc.h

Revision 458, 452 bytes (checked in by Gregor, 2 years ago)

MERGE: DMD 1.011

Line 
1 // Compiler implementation of the D programming language
2 // Copyright (c) 1999-2006 by Digital Mars
3 // All Rights Reserved
4 // written by Walter Bright
5 // http://www.digitalmars.com
6 // License for redistribution is by either the Artistic License
7 // in artistic.txt, or the GNU General Public License in gnu.txt.
8 // See the included readme.txt for details.
9
10 #ifndef DMD_DOC_H
11 #define DMD_DOC_H
12
13 #ifdef __DMC__
14 #pragma once
15 #endif /* __DMC__ */
16
17
18 #endif
Note: See TracBrowser for help on using the browser.