http://ftp.x.org/contrib/applications/xscreensaver-3.23.tar.gz
[xscreensaver] / hacks / ifs.c
index 7e55af5167d1210589b011678f5efd52cea779c5..3bccf872073170a619a1d67f8d570a63a0da3b97 100644 (file)
@@ -21,7 +21,7 @@ static const char sccsid[] = "@(#)ifs.c          4.02 97/04/01 xlockmore";
  * other special, indirect and consequential damages.
  *
  * Revision History:
- * 10-May-97: jwz@netscape.com: turned into a standalone program.
+ * 10-May-97: jwz@jwz.org: turned into a standalone program.
  *                       Made it render into an offscreen bitmap and then copy
  *                       that onto the screen, to reduce flicker.
  */
@@ -257,6 +257,7 @@ init_ifs(ModeInfo * mi)
 /***************************************************************/
 
 #ifndef __GNUC__
+# undef inline
 # define inline /* */
 #endif