summaryrefslogtreecommitdiffstats
path: root/alloca.h
Commit message (Collapse)AuthorAgeFilesLines
* Add forgotten alloca header under version control.Kaz Kylheku2019-09-121-0/+38
I had this file locally for the better part of a year! Commit 13691a2cb390d91bb125712452fcf5909f23abd6 made on December 31, 2018 claims that alloca.h was added. In fact, it was not. Things work without it because the #include "alloca.h" directives in the code end up resolving to <alloca.h>. This is widely available so nobody has seen a problem. * alloca.h: New file.