Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
clisp
clisp-2.39-clx.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clisp-2.39-clx.dif of Package clisp
--- modules/clx/new-clx/clx.f +++ modules/clx/new-clx/clx.f 2007-01-24 11:33:44.000000000 +0100 @@ -1563,7 +1563,8 @@ static void general_lookup (object type) DEFUN(XLIB:##L##-ID,xxx) \ { VALUES1(make_uint29((XID)get_##c (popSTACK()))); } \ DEFUN(XLIB:##L##-EQUAL,xxx yyy) \ - { VALUES_IF(get_##c (popSTACK()) == get_##c (popSTACK())); } \ + { object _last = popSTACK(); \ + VALUES_IF(get_##c (popSTACK()) == get_##c (_last)); } \ DEFUN(XLIB:LOOKUP-##L,display xxx) \ { general_lookup (`XLIB::##L##`); } @@ -1580,7 +1581,8 @@ static void general_lookup (object type) DEFUN(XLIB:##L##-P,xxx) \ { VALUES_IF(c##_p (popSTACK())); } \ DEFUN(XLIB:##L##-EQUAL,xxx yyy) \ - { VALUES_IF(get_##c (popSTACK()) == get_##c (popSTACK())); } + { object _last = popSTACK(); \ + VALUES_IF(get_##c (popSTACK()) == get_##c (_last)); } /* -----------------------------------------------------------------------
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor