Patch incorrect #elif directives to #else directives #152
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.
Absolutely right! Thank you.