fix missing wrapping of line in signals

This commit is contained in:
Ailin Nemui 2020-07-23 00:18:22 +02:00
commit 468d8b0c78
4 changed files with 60 additions and 5 deletions

View file

@ -13,6 +13,8 @@
typedef void (*PERL_OBJECT_FUNC) (HV *hv, void *object);
typedef SV *(*PERL_BLESS_FUNC)(void *object, void *arg1, void *arg2, void *arg3);
typedef struct {
char *name;
PERL_OBJECT_FUNC fill_func;