comparison src/protocols/oscar/oscar.c @ 7465:dedbfdc7ce65

[gaim-migrate @ 8078] Thanks to Jon Bernard for noticing the missing include. And thanks for Joseph S. Myers for being totally sweet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 09 Nov 2003 06:12:06 +0000
parents d176a85f2581
children 2bdacd38528c
comparison
equal deleted inserted replaced
7464:a259e244e44f 7465:dedbfdc7ce65
3891 return 1; 3891 return 1;
3892 } 3892 }
3893 3893
3894 #if 0 3894 #if 0
3895 /* 3895 /*
3896 * Update, 2003-11-09:
3897 * Joseph S. Myers, a gcc dude, fixed this for gcc 3.4! Rock on!
3898 *
3896 * It may not be my place to do this, but... 3899 * It may not be my place to do this, but...
3897 * I feel pretty strongly that the "last 2 digits" warning is ridiculously 3900 * I feel pretty strongly that the "last 2 digits" warning is ridiculously
3898 * stupid, and should not exist for % switches (%x in our case) that request 3901 * stupid, and should not exist for % switches (%x in our case) that request
3899 * a year in the preferred representation for the current locale. For that 3902 * a year in the preferred representation for the current locale. For that
3900 * reason I've chosen to not use this workaround (n., see kluge). 3903 * reason I've chosen to not use this workaround (n., see kluge).