diff options
Diffstat (limited to 'm4/hs_ulong_const.m4')
-rw-r--r-- | m4/hs_ulong_const.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/m4/hs_ulong_const.m4 b/m4/hs_ulong_const.m4 deleted file mode 100644 index b137cfd..0000000 --- a/m4/hs_ulong_const.m4 +++ /dev/null @@ -1,11 +0,0 @@ -AC_DEFUN([hs_ULONG_CONST], -[ AH_TEMPLATE(ULONG_CONST, [How do we create unsigned long constants?]) -AC_EGREP_CPP(Circus, - [#define ACAT(a,b)a ## b -ACAT(Cir,cus) -], AC_DEFINE([ULONG_CONST(a)], [a ## UL]), - AC_EGREP_CPP(Reiser, -[#define RCAT(a,b)a/**/b -RCAT(Rei,ser) -], AC_DEFINE([ULONG_CONST(a)], [a/**/L]), - AC_MSG_ERROR([How do we create an unsigned long constant?])))]) |