mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
a5bc89102e
The register keyword was deprecated from the C++11 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809>, and removed from the C++17 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340>, so cannot exist in a well-formed C++17 program. It has never done anything in GCC <https://gcc.gnu.org/ml/gcc/2010-05/msg00113.html> and because of the way it is specified in the standard, it is “as meaningful as whitespace” <http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859>. The one remaining use of the register keyword is in the DS backend, where it is used to create a local register variable using the non-standard GCC Extended Asm feature. Closes gh-1079. |
||
---|---|---|
.. | ||
audiocd | ||
cloud | ||
events | ||
fs | ||
graphics | ||
keymapper | ||
log | ||
midi | ||
mixer | ||
mutex | ||
networking | ||
platform | ||
plugins | ||
saves | ||
taskbar | ||
timer | ||
updates | ||
vkeybd | ||
base-backend.cpp | ||
base-backend.h | ||
modular-backend.cpp | ||
modular-backend.h | ||
module.mk |