pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-01
2003-04-01 19:10:53 by Martin Stjernholm <mast@lysator.liu.se>
5ce002b29d337c5adbf2ba831c51550d874fa425 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
NT uses sprintf("%I64d", ...) to print 64 bit integers.
Rev: src/configure.in:1.712
1:
-
AC_REVISION("$Id: configure.in,v 1.
711
2003/
03
/
29
01:
45
:
22
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
712
2003/
04
/
01
19
:
10
:
53
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
5808:
PRINTPTRDIFFT, [%${res}d, %${res}x]) MY_AC_CHECK_PRINTF_INT_TYPE(INT64,
-
"" "l" "ll" "L", "l",
+
"" "l" "ll" "
I64" "
L", "l",
PRINTINT64, [%${res}d, %${res}x])
5882:
} while (work_time < (CPU_TIME_TICKS / 10) && rt <= rt_start + 1); co_signal (&c); mt_unlock (&m);
+
return 0;
} int main()