Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce dropping the isset macro from sys/param.h
builtin_functions.h can't compile on platforms where sys/param.h gets included later in the #include stack than builtin_functions.h By explicitly including it here and clearing the macro, we ensure it doesn't get reset.
- Loading branch information