]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a number of warnings. A gcc preprocessor bug relating to macros
authoriedowse <iedowse@FreeBSD.org>
Sun, 28 Apr 2002 11:59:30 +0000 (11:59 +0000)
committeriedowse <iedowse@FreeBSD.org>
Sun, 28 Apr 2002 11:59:30 +0000 (11:59 +0000)
commit679fd48b5c4e4d6775ad4fa1c131410cd1e3fc6e
treeeea43fb7d367289821c046ae4035cf226d751395
parent5df4184529ec4af09cbe6fba21218f14df87dbc7
Fix a number of warnings. A gcc preprocessor bug relating to macros
with variable numbers of arguments made this slightly harder than
it should be. Avoid the bug by not doing string concatenation within
the macros, and instead add a new function to syslog or print the
error messages.
usr.sbin/moused/moused.c