mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-26 14:30:39 -08:00
revision: remove redundant #-interpreter, use #-ecl-bytecmp instead
This commit is contained in:
parent
d1c19ec74c
commit
878007b8f2
24 changed files with 16 additions and 28 deletions
|
|
@ -484,7 +484,7 @@ cl_object qnull(cl_object l_arg) {
|
|||
/// args: (qt-object)
|
||||
/// Only useful if used with UNLESS, in order to check for a valid pointer.
|
||||
/// Returns T if the argument is not of type QT-OBJECT.
|
||||
/// (unless (qnull ui:*item*)
|
||||
/// (unless (qnull (find-quick-item ui:*label*))
|
||||
/// ...)
|
||||
QObject* qobject = toQObjectPointer(l_arg);
|
||||
ecl_return1(ecl_process_env(), (qobject == nullptr) ? ECL_T : ECL_NIL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue