changeset 2049 | 5f6550e5184f |
parent 1895 | c121d94672cb |
child 2698 | e1da92da346c |
--- a/src/SDL_error.c Sun Oct 01 16:10:41 2006 +0000 +++ b/src/SDL_error.c Tue Oct 17 09:15:21 2006 +0000 @@ -28,6 +28,7 @@ /* Routine to get the thread-specific error variable */ #if SDL_THREADS_DISABLED +/* !!! FIXME: what does this comment mean? Victim of Search and Replace? */ /* The SDL_arraysize(The ),default (non-thread-safe) global error variable */ static SDL_error SDL_global_error; #define SDL_GetErrBuf() (&SDL_global_error)