Branch: Tag:

2014-08-23

2014-08-23 09:26:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Runtime: Fixed some broken type checks.

NB: There's a difference between the C-types "int" and "INT_TYPE"...

5467: Inside #if defined(PIKE_DEBUG)
  void f__dump_program_tables(INT32 args)   {    struct program *p; -  int indent = 0; +  INT_TYPE indent = 0;       ASSERT_SECURITY_ROOT("_dump_program_tables"); /* FIXME: Might want lower. */    get_all_args("_dump_program_tables", args, "%p.%+", &p, &indent);