2004-02-03
2004-02-03 09:07:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
60297a652eba2e95fe0fdd9bbef03a4a3be66a91
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Oops, disabled some debug.
Rev: src/builtin_functions.c:1.529
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: builtin_functions.c,v 1.528 2004/02/02 20:45:19 grubba Exp $
+ || $Id: builtin_functions.c,v 1.529 2004/02/03 09:07:40 grubba Exp $
*/
#include "global.h"
- RCSID("$Id: builtin_functions.c,v 1.528 2004/02/02 20:45:19 grubba Exp $");
+ RCSID("$Id: builtin_functions.c,v 1.529 2004/02/03 09:07:40 grubba Exp $");
#include "interpret.h"
#include "svalue.h"
#include "pike_macros.h"
4426: Inside #if defined(HAVE_GMTIME)
while((diff_ts = my_tm_diff(target_tm, current_tm = gmtime(¤t_ts)))) {
current_ts += diff_ts;
loop_cnt++;
- fprintf(stderr, "Loop [%d]: %d, %d\n", loop_cnt, current_ts, diff_ts);
+ /* fprintf(stderr, "Loop [%d]: %d, %d\n", loop_cnt, current_ts, diff_ts); */
if (loop_cnt > 20) {
/* Infinite loop? */
return -1;