premake/contrib
Cengiz Can eea2de2a1a Avoid impl dependent multi-char constants
Hello!

I was receiving this warning while compiling for linux:

```
src/host/premake.c: In function ‘premake_init’:
src/host/premake.c:197:36: warning: multi-character character constant [-Wmultichar]
  lua_rawseti(L, LUA_REGISTRYINDEX, 'SHIM');
                                    ^~~~~~
```

Instead of disabling the warning, I've decided to convert that array key to
an expression.

And I've tested with following compilers:

gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)

Thank you
2018-10-15 11:55:05 +03:00
..
curl Merge pull request #1080 from lanurmi/fix-debian-pcc 2018-05-04 20:34:10 -07:00
libzip Xcode Fixes 2018-05-31 21:00:15 -07:00
lua Support successfully bootstrapping on Solaris (OpenIndiana). 2018-04-26 09:44:17 +03:00
luashim Avoid impl dependent multi-char constants 2018-10-15 11:55:05 +03:00
mbedtls Revert changes in contrib/mbedtls/premake5.lua 2017-03-09 23:04:08 +01:00
zlib fix zlib 2016-06-10 11:06:21 -07:00