mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-11 17:00:05 +02:00
Merged dmd 2.059beta
This commit is contained in:
@@ -19,8 +19,10 @@ struct Lstring
|
||||
{
|
||||
unsigned length;
|
||||
|
||||
#ifndef IN_GCC
|
||||
// Disable warning about nonstandard extension
|
||||
#pragma warning (disable : 4200)
|
||||
#endif
|
||||
dchar string[];
|
||||
|
||||
static Lstring zero; // 0 length string
|
||||
|
||||
Reference in New Issue
Block a user