@elextr , @b4n: I wouldn't mind changing this because IMHO I would at least call it unusual or "kind of ugly" to not have sizeof with parentheses surrounding it.
But another question: what is the sense behind the comparsion in ``` pointer_size = sizeof(void *) > sizeof &memory_init ? sizeof(void *) : sizeof &memory_init; ``` Can the size of that pointers ever be not equal??? :confused: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/794#issuecomment-442944735
