# HG changeset patch # User Ryan C. Gordon # Date 1159680100 0 # Node ID dc3870a3f30de2c44733573dfa6a3c7781acbc3a # Parent 8225ef1f4dee22c6fbc36f2a375c19a9ec4158b3 FIXME for later. diff -r 8225ef1f4dee -r dc3870a3f30d src/SDL_error.c --- a/src/SDL_error.c Sun Oct 01 05:19:16 2006 +0000 +++ b/src/SDL_error.c Sun Oct 01 05:21:40 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)