Per Nigel Stewart's comments, converted
authorRichard Rauch <rkr@olib.org>
Tue, 23 Sep 2003 01:08:16 +0000 (01:08 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 23 Sep 2003 01:08:16 +0000 (01:08 +0000)
commitfc3de79416fe98e4c9e07f8fd1a4bb918231aa9c
treee874ca9ba6f904ca9422670a92c7e4ad994b517d
parent988bc68f9a26bf18ebaee77067ddc87fd13c7016
Per Nigel Stewart's comments, converted

#ifdef TARGET_HOST_...

to:

#if TARGET_HOST_...

in src/freeglut_init.c.  These changes should not have any functional
impact at this time, but you don't want bad examples lying around to
trip people up later.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@203 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_init.c