mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
puzzles: resync with upstream
This brings the source to upstream commit 506b073 (though I have made some extra commits on top of that). Notably this includes a fix for a double-free bug that I myself introduced upstream. Change-Id: I02671586bbc34d63e05398ee971271fed42538cf
This commit is contained in:
parent
708a54d3de
commit
d64ff86fb6
36 changed files with 143 additions and 31460 deletions
|
|
@ -77,5 +77,6 @@ double acos_wrapper(double x);
|
|||
#endif
|
||||
|
||||
#define abs(x) ((x)<0?-(x):(x))
|
||||
#define labs abs
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue