mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
yay, short circuit logic done :)
This commit is contained in:
parent
bcf3738c1c
commit
2469c36302
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ X switch/case, for any type
|
|||
X warn for local shadowing parameter
|
||||
X clean up error expression handling to minimize follow on errors
|
||||
X object oriented features ala Objective-C
|
||||
o short circuit logic for && and || (optional?)
|
||||
X short circuit logic for && and || (optional?)
|
||||
o quaternion type. Tricky: requires 4 word args/return
|
||||
o CSE optimizations. Hard?
|
||||
o fix local structure used/uninitialized warnings
|
||||
|
|
Loading…
Reference in a new issue