comparison auto/types/uintptr_t @ 193:dd66383796a5

nginx-0.0.1-2003-11-20-20:36:43 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Nov 2003 17:36:43 +0000
parents 31824be1fc66
children 8dee38ea9117
comparison
equal deleted inserted replaced
192:31824be1fc66 193:dd66383796a5
27 type="uint`./autotest`_t" 27 type="uint`./autotest`_t"
28 echo " + $type used" 28 echo " + $type used"
29 type="typedef $type uintptr_t;" 29 type="typedef $type uintptr_t;"
30 found=2 30 found=2
31 fi 31 fi
32
33 rm autotest*
32 fi 34 fi
33 35
34 36
35 if [ $found = 0 ]; then 37 if [ $found = 0 ]; then
36 echo "$0: error: uintptr_t not found" 38 echo "$0: error: uintptr_t not found"