=== complex_t.h ================================================================== --- complex_t.h (revision 2008) +++ complex_t.h (local) @@ -11,6 +11,9 @@ /* Roll our own complex type for compilers that don't support complex */ +#ifndef DMD_COMPLEX_T_H +#define DMD_COMPLEX_T_H + struct complex_t { long double re; @@ -68,4 +71,4 @@ return x.im; } - +#endif === html.h ================================================================== --- html.h (revision 2008) +++ html.h (local) @@ -8,6 +8,9 @@ // in artistic.txt, or the GNU General Public License in gnu.txt. // See the included readme.txt for details. +#ifndef DMD_HTML_H +#define DMD_HTML_H + struct OutBuffer; struct Html @@ -36,3 +39,5 @@ int charEntity(); static int namedEntity(unsigned char *p, int length); }; + +#endif
Incorporated DMD 0.173
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル