projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f7fac
)
add missing typedefs
author
Brendan Kehoe
<brendan@gcc.gnu.org>
Thu, 27 Aug 1998 20:02:34 +0000
(16:02 -0400)
committer
Brendan 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb91.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb91.C
index c2abeb11152039f229f9b6f6fff78fc3f32c5507..e34b78f3b6d388a4a5039c015835a6c278ba497f 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb91.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb91.C
@@
-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>