We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 931 - Clean up assertion code
Summary: Clean up assertion code
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 minor
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 20:46 UTC by Sam Lantinga
Modified: 2011-01-20 18:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lantinga 2010-01-13 20:46:04 UTC
Change _WINDOWS define to something used by SDL_platform.h, check for stdio before using it, look at where SDL_ExitProcess() should go, etc.

Low priority cleanup on the new assert system.
Comment 1 Sam Lantinga 2011-01-20 18:44:27 UTC
Fixed!
http://hg.libsdl.org/SDL/rev/eae20af0b983

I decided to punt on the stdio.h checking.  If a platform doesn't have stdio, we'll tackle it then.