input: handle the implant() function separately, as it is special
The implant() function itself cannot be bound to anything, so it is not in the linked list of functions -- trying to find it would lead to a NULL pointer, and thus to a segfault. This fixes https://savannah.gnu.org/bugs/?53233.
Showing
+6 -0
Please register or sign in to comment