*** empty log message ***

This commit is contained in:
Martin Baulig
1999-05-13 13:39:27 +00:00
parent da58e7edb4
commit fdb2e5eb7b

View File

@@ -427,19 +427,21 @@ _______EOF
if test x$glibtop_uint64_t != xyes ; then if test x$glibtop_uint64_t != xyes ; then
did_typedefs=yes did_typedefs=yes
cat > $outfile <<\_______EOF cat >> $outfile <<\_______EOF
#undef u_int64_t #ifndef u_int64_t
typedef u_int64_t unsigned long long int typedef u_int64_t unsigned long long int
#endif
_______EOF _______EOF
fi fi
if test x$glibtop_int64_t != xyes ; then if test x$glibtop_int64_t != xyes ; then
did_typedefs=yes did_typedefs=yes
cat > $outfile <<\_______EOF cat >> $outfile <<\_______EOF
#undef int64_t #ifndef int64_t
typedef int64_t signed long long int typedef int64_t signed long long int
#endif
_______EOF _______EOF
fi fi