Reorganise bfd/doc/chew.c a little
authorAlan Modra <amodra@gmail.com>
Mon, 30 May 2022 07:32:01 +0000 (17:02 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 30 May 2022 07:32:01 +0000 (17:02 +0930)
commitb9b0b2b5e316a1fcae539390d66e1cac0e481fd9
tree92cb149818f4cb46dc61e353c6099a9fcdc815f3
parent292c7bf86de50ad643b929a7ac5769505d54e45f
Reorganise bfd/doc/chew.c a little

This also removes some unused variables, and deletes support for the
"var" keyword which isn't used and was broken.  (No means to set
variables, and add_var used push_number inconsistent with its use
elsewhere.)

* doc/chew.c: Move typedefs before variables, variables before
functions.
(die): Move earlier.
(word_type, sstack, ssp): Delete.
(dict_type): Delete var field.
(add_var): Delete.
(compile): Remove "var" support.
bfd/doc/chew.c