nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
84 stars 18 forks source link

Handle return types of sgn() and signbit() the same as abs() #458

Closed mkruselj closed 1 month ago

mkruselj commented 1 month ago

Fixes issue #456

Also clean up code related to functions_with_constant_return, which is not used anymore.