]> git.tuebingen.mpg.de Git - paraslash.git/commit
play: Remove support for non-lopsub commands.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Sep 2015 21:40:58 +0000 (23:40 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit8326bbaf785bfcf0ecf57190facc6f97c30c8d98
tree55563d6097373a519d9016b844c4e75a6ba3a2d5
parentce9e297eb91a932a11f81890c800d0380b5bc9c9
play: Remove support for non-lopsub commands.

This cleans up play.c to get rid of struct pp_command, the array of
command handlers and the compatibility code for non-lopsub commands
in run_command() and com_help().

Also the FOR_EACH_COMMAND() macro to iterate over all non-lopsub
commands can go away and we no longer need to include the
play.command_list.h header generated by command_util.bash.
play.c