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 c2abeb11152039f229f9b6f6fff78fc3f32c5507..e34b78f3b6d388a4a5039c015835a6c278ba497f 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>