]> git.ipfire.org Git - thirdparty/cups.git/commit
Use XOR for integers that are always 1 or 0 591/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 20 Jan 2023 18:23:45 +0000 (13:23 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Sat, 13 May 2023 15:23:02 +0000 (11:23 -0400)
commit5aa90ce57470d22845389de1e2f00d56876f0ce8
treec0437ed7bbd8c783460f080cf3a66db8a12926d9
parent60345f5e9abeedce4f334f9a2ffd4c57e9587b6e
Use XOR for integers that are always 1 or 0

This is more efficient than using the ! operator on older platforms.
man/mantohtml.c
scheduler/cups-driverd.cxx
scheduler/cupsfilter.c
scheduler/job.c
scheduler/type.c