[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.21 and 1.22

version 1.21, Mon Feb 19 18:57:25 1996 UTC version 1.22, Mon Feb 19 19:19:33 1996 UTC
Line 82 
Line 82 
 esac  esac
   
 AC_CHECK_INT_TYPE(sizeof(char *),cell,long)  AC_CHECK_INT_TYPE(sizeof(char *),cell,long)
 if test $ac_cv_int_type_cell != int; then  if test "$ac_cv_int_type_cell" != int; then
         echo "So, sizeof(pointer)!=sizeof(int); looks like a DOS C compiler to me."          echo "So, sizeof(pointer)!=sizeof(int); looks like a DOS C compiler to me."
         echo "Since you don't have a proper C on this machine, that's one more reason"          echo "Since you don't have a proper C on this machine, that's one more reason"
         echo "to use Forth;-)"          echo "to use Forth;-)"


Generate output suitable for use with a patch program
Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help