Fixed some lexing problems with DOS line-endings
[delight/core.git] / dmd / doc.h
blobc74ab4f72a6f5899f0c0e1dbffcbf59eba2fa30a
2 // Compiler implementation of the D programming language
3 // Copyright (c) 1999-2006 by Digital Mars
4 // All Rights Reserved
5 // written by Walter Bright
6 // http://www.digitalmars.com
7 // License for redistribution is by either the Artistic License
8 // in artistic.txt, or the GNU General Public License in gnu.txt.
9 // See the included readme.txt for details.
11 #ifndef DMD_DOC_H
12 #define DMD_DOC_H
14 #ifdef __DMC__
15 #pragma once
16 #endif /* __DMC__ */
19 #endif