Add a special case for assigning a string literal to a char array.

This commit is contained in:
David Anderson
2014-11-08 02:04:11 -08:00
parent 70e095f320
commit 6d507ceb27
3 changed files with 44 additions and 5 deletions
+2
View File
@@ -289,6 +289,8 @@ typedef struct {
char usage; // Usage flags.
bool is_new; // New-style declaration.
bool has_postdims; // Dimensions, if present, were in postfix position.
bool isCharArray() const;
} typeinfo_t;
/* For parsing declarations. */