diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-09-28 20:03:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 20:03:30 -0700 |
commit | 41818a2fbd03775881b5a62a4148435e4968bc9a (patch) | |
tree | 435d3c512c8354dd31e75b30baf2ac2a7010ac35 | |
parent | 223a19fd9b279fa90e34bfcb48fbf7124b96d896 (diff) | |
parent | dc93915b9b062125e7415b815d2444f80dca1554 (diff) |
Merge pull request #4 from camthesaxman/msys2-fix
Fix build on MSYS2
-rwxr-xr-x | gcc/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h index 26ee715..d9ac466 100755 --- a/gcc/system.h +++ b/gcc/system.h @@ -98,6 +98,4 @@ extern void *xrealloc(void *, size_t); extern void *xcalloc(size_t, size_t); extern char *xstrdup(const char *); -extern void *alloca(size_t); - #endif /* __GCC_SYSTEM_H__ */ |