]> git.saurik.com Git - bison.git/blame - m4/memcmp.m4
Use new @ escapes consistently.
[bison.git] / m4 / memcmp.m4
CommitLineData
b906441c
AD
1#serial 7
2
3AC_DEFUN([jm_FUNC_MEMCMP],
4[AC_REQUIRE([AC_FUNC_MEMCMP])dnl
5 if test $ac_cv_func_memcmp_working = no; then
6 AC_DEFINE(memcmp, rpl_memcmp,
7 [Define to rpl_memcmp if the replacement function should be used.])
8 fi
9])