summaryrefslogtreecommitdiff
path: root/frontends/monkey/fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
| | | | | | | Otherwise, each source file that includes the header will create a new definition, which are usually merged together by the linker. Multiple definitions of an object is not allowed in ISO C.
* move frontends into sub directoryVincent Sanders2016-05-151-0/+24