wt-status.h: declare global variables as extern
commit32efcd91c6505ae28f87c0e9a3e2b3c0115017d8
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 9 May 2008 08:05:27 +0000 (9 10:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 17:04:46 +0000 (11 10:04 -0700)
tree0a4ec2acdc0391d32b324696e812a16dcece6fbf
parente1645901ed72f82ae55139bbae01eac1bf5899c9
wt-status.h: declare global variables as extern

There are linkers out there that complain if a global non-static variable
is defined multiple times.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.h