diff options
author | Mike Pall <mike> | 2018-04-25 12:07:44 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2018-04-25 12:08:44 +0200 |
commit | 260b9b4834c891c408e558d7017839d4a247346f (patch) | |
tree | 8562a6811a6d6660c5c17ee44fa3a3101d2c800d /doc/ext_c_api.html | |
parent | a90e7795ca7f2b1b372c4971c9e17691f7230174 (diff) | |
parent | cf7a0540a3a9f80fc729211eb21d1e9b72acc89c (diff) | |
download | luajit-260b9b4834c891c408e558d7017839d4a247346f.tar.gz luajit-260b9b4834c891c408e558d7017839d4a247346f.tar.bz2 luajit-260b9b4834c891c408e558d7017839d4a247346f.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_c_api.html')
-rw-r--r-- | doc/ext_c_api.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index b2c4acca..f27b9561 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
@@ -3,8 +3,7 @@ | |||
3 | <head> | 3 | <head> |
4 | <title>Lua/C API Extensions</title> | 4 | <title>Lua/C API Extensions</title> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2018"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall"> | ||
8 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -179,7 +178,7 @@ Also note that this mechanism is not without overhead. | |||
179 | </div> | 178 | </div> |
180 | <div id="foot"> | 179 | <div id="foot"> |
181 | <hr class="hide"> | 180 | <hr class="hide"> |
182 | Copyright © 2005-2017 Mike Pall | 181 | Copyright © 2005-2018 |
183 | <span class="noprint"> | 182 | <span class="noprint"> |
184 | · | 183 | · |
185 | <a href="contact.html">Contact</a> | 184 | <a href="contact.html">Contact</a> |