]> granicus.if.org Git - neomutt/commit
Make the heap method and datatype a plain list 380/head
authorGuyzmo <guyzmo+github+pub@m0g.net>
Wed, 8 Feb 2017 18:41:00 +0000 (19:41 +0100)
committerGuillaume Brogi <gui-gui@netcourrier.com>
Thu, 9 Feb 2017 18:14:23 +0000 (19:14 +0100)
commit83d929dce35cc0239b3785a0ba3c3943c8a0eed0
tree7b116b962bf3d43133b97df13de61453cbbd5c67
parente08e8feb35f39aecb32bfea03deb2c6cc2a0acaf
Make the heap method and datatype a plain list

Instead of a useless typedef, making all the stack operations work on
plain LIST types.

N.B.: I used *heap* when I really meant *stack*.

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
init.c
mutt.h
muttlib.c