http://ftp.x.org/contrib/applications/xscreensaver-3.19.tar.gz
[xscreensaver] / hacks / bumps.h
index 08d56a5ce5ccda4689c01f78ed820d92f940b223..219bffc6bb8ed66f04ab7a56d15eaaad1e7d9d2e 100644 (file)
@@ -34,7 +34,7 @@
 #define PI             3.141592654
 #define RANDOM() ((int) (random() & 0X7FFFFFFFL))
 
-typedef char                   int8_;
+typedef signed char            int8_;
 typedef unsigned char  uint8_;
 typedef short                  int16_;
 typedef unsigned short uint16_;
@@ -43,7 +43,7 @@ typedef unsigned long uint32_;
 typedef unsigned char  BOOL;
 
 
-// Globals:
+/* Globals: */
 char *progclass = "Bumps";
 
 char *defaults [] = {