2004-08-27
2004-08-27 02:26:40 by Martin Nilsson <mani@lysator.liu.se>
-
cad18a07b4dcd901941f3012b56ad394f8d0b89d
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Fixed warning
Rev: src/peep.c:1.103
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: peep.c,v 1.102 2004/08/25 12:00:08 grubba Exp $
+ || $Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $
*/
#include "global.h"
25:
#include "interpret.h"
#include "pikecode.h"
- RCSID("$Id: peep.c,v 1.102 2004/08/25 12:00:08 grubba Exp $");
+ RCSID("$Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $");
static int asm_opt(void);
415: Inside #if defined(PIKE_PORTABLE_BYTECODE)
ins_data(store_prog_string(tripples));
free_string(tripples);
} else {
- ins_data(NULL);
+ ins_data(0);
}
#endif /* PIKE_PORTABLE_BYTECODE */