* src/emacs-module.h: Fix finalizer typedef for C++11
commit7210f5130abb909aebcbb09a8a71558100fb9f96
authorAurélien Aptel <aurelien.aptel@gmail.com>
Mon, 30 Nov 2015 22:53:40 +0000 (30 23:53 +0100)
committerAurélien Aptel <aurelien.aptel@gmail.com>
Mon, 30 Nov 2015 22:53:40 +0000 (30 23:53 +0100)
tree8eeeb46382bdd605ac94f66fcd0f49e96715a38e
parentec62f2f5ad37ff5fc7ba77f57e2fc81ac7cdcc9d
* src/emacs-module.h: Fix finalizer typedef for C++11

C++11 standard doesn't allow exception-specification in typedef.
The workaround is to declare a dummy function prototype and use
decltype on it.
src/emacs-module.h