add missing typedefs
authorBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 27 Aug 1998 20:02:34 +0000 (16:02 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 27 Aug 1998 20:02:34 +0000 (16:02 -0400)
From-SVN: r22029

gcc/testsuite/g++.old-deja/g++.robertl/eb91.C

index c2abeb1..e34b78f 100644 (file)
@@ -1,6 +1,8 @@
 #include <sys/types.h>
 #include <algorithm>
 typedef short int16_t;
+typedef char int8_t;
+typedef unsigned char u_int8_t;
 typedef unsigned short u_int16_t;
 
 template <class INT>