]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix u_num32 typedefs
authorwessels <>
Tue, 2 Dec 1997 10:32:50 +0000 (10:32 +0000)
committerwessels <>
Tue, 2 Dec 1997 10:32:50 +0000 (10:32 +0000)
src/typedefs.h

index 9c479994425ceebebf47902012bd2d2f10c41672..9062975d85c33b8356dc08c70b48f3f3b577a880 100644 (file)
@@ -105,8 +105,8 @@ typedef void SIGHDLR(int sig);
 
 /* 32 bit integer compatability hack */
 #if SIZEOF_INT == 4
-/*typedef int num32;
- * typedef unsigned int u_num32; */
+typedef int num32;
+typedef unsigned int u_num32;
 #elif SIZEOF_LONG == 4
 typedef long num32;
 typedef unsigned long u_num32;