Disallow x[y] if x has a maybe type
[delight/core.git] / dmd2 / gnuc.h
blob00c9851db1c0087c4f457d4651f668e380bc197c
2 #ifndef _GNUC_H
3 #define _GNUC_H 1
5 int memicmp(const char *s1, const char *s2, int n);
6 int stricmp(const char *s1, const char *s2);
8 #endif