Branch: Tag:

2014-08-15

2014-08-15 16:47:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike 8.0: Change static to protected.

Pike 8.0 warns about use of this old keyword.

2813:    else return 0;   }    - static constant xml_invalid_mappings = ([ + protected constant xml_invalid_mappings = ([    "\0":"\22000", "\1":"\22001",    "\2":"\22002", "\3":"\22003",    "\4":"\22004", "\5":"\22005",
5164:   }      #ifndef NO_DNS - static private array(string) local_addrs; + private array(string) local_addrs;   #endif      string get_world(array(string) urls) {