OSDN Git Service

Corrected bad line breaks in macro definitions within code compiled
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 30 Nov 2001 22:11:45 +0000 (22:11 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 30 Nov 2001 22:11:45 +0000 (22:11 +0000)
commite6373ba6d7dcb667280d87065cd0bdff6900bdd7
tree94434659aec2177a69cd89a754f002358a19602b
parent3ac348c17a3d3a1af5da2da6235d8a0a1d26516d
Corrected bad line breaks in macro definitions within code compiled
when BEOS_THREADS is defined.  This usually does not cause a problem when
BEOS_THREADS is not defined, but the bad line break in this case put
the "#name" text as the first non-white space in a line, causing the
IRIX C preprocessor to think that it was a preprocessor directive, and
that generated a distracting warning.  I also fixed a couple of other
line breaks that seemed wrong to me.
src/mesa/glapi/glthread.h