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