summaryrefslogtreecommitdiff
path: root/lprefix.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua 5.3.5 ported to gitv5.3.5Roberto Ierusalimschy2018-12-171-1/+1
| | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2.
* does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + definingRoberto Ierusalimschy2014-12-291-2/+8
| | | | _XOPEN_SOURCE==0 undefines that macro
* Definitions for Lua code that must come before any other header fileRoberto Ierusalimschy2014-11-031-0/+39