diff options
author | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
commit | 050466552bf7eb8b7944aa52c93b45326ae14d7a (patch) | |
tree | f92ad9dd6963ffc3168ea46bed892894adcc7339 /src/lua.h | |
parent | 5c46f47736f7609be407c88d531ecd1689d40a79 (diff) | |
download | luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.bz2 luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.zip |
Minor changes and https-ify links.
Diffstat (limited to 'src/lua.h')
-rw-r--r-- | src/lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.218.1.5 2008/08/06 13:30:12 roberto Exp $ | 2 | ** $Id: lua.h,v 1.218.1.5 2008/08/06 13:30:12 roberto Exp $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (https://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
6 | */ | 6 | */ |
7 | 7 | ||