/[autoconf]/autoconf/lib/autoconf/types.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/types.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by akim, Thu May 22 13:24:07 2003 UTC revision 1.24 by bonzini, Mon Nov 24 10:40:59 2003 UTC
# Line 417  AU_DEFUN([AC_INT_16_BITS], Line 417  AU_DEFUN([AC_INT_16_BITS],
417  [AC_CHECK_SIZEOF([int])  [AC_CHECK_SIZEOF([int])
418  AC_DIAGNOSE([obsolete], [$0:  AC_DIAGNOSE([obsolete], [$0:
419          your code should no longer depend upon `INT_16_BITS', but upon          your code should no longer depend upon `INT_16_BITS', but upon
420          `SIZEOF_INT'.  Remove this warning and the `AC_DEFINE' when you          `SIZEOF_INT == 2'.  Remove this warning and the `AC_DEFINE' when you
421          adjust the code.])dnl          adjust the code.])dnl
422  test $ac_cv_sizeof_int = 2 &&  test $ac_cv_sizeof_int = 2 &&
423    AC_DEFINE(INT_16_BITS, 1,    AC_DEFINE(INT_16_BITS, 1,
# Line 431  AU_DEFUN([AC_LONG_64_BITS], Line 431  AU_DEFUN([AC_LONG_64_BITS],
431  [AC_CHECK_SIZEOF([long int])  [AC_CHECK_SIZEOF([long int])
432  AC_DIAGNOSE([obsolete], [$0:  AC_DIAGNOSE([obsolete], [$0:
433          your code should no longer depend upon `LONG_64_BITS', but upon          your code should no longer depend upon `LONG_64_BITS', but upon
434          `SIZEOF_LONG_INT'.  Remove this warning and the `AC_DEFINE' when          `SIZEOF_LONG_INT == 8'.  Remove this warning and the `AC_DEFINE' when
435          you adjust the code.])dnl          you adjust the code.])dnl
436  test $ac_cv_sizeof_long_int = 8 &&  test $ac_cv_sizeof_long_int = 8 &&
437    AC_DEFINE(LONG_64_BITS, 1,    AC_DEFINE(LONG_64_BITS, 1,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26