[PATCH] no need to special-case comma after ##
commit16427fdb2fc7128e0a49b41a99951c2e4c592af5
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Nov 2005 12:10:49 +0000 (22 07:10 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 23 Nov 2005 06:41:22 +0000 (22 22:41 -0800)
treea56e86b6454e7b590f4fc86fa0038775c5b271de
parent7e58336770b4102d1dac4b90a6a8310e3b81e18e
[PATCH] no need to special-case comma after ##

... normal execution will do exactly the same on the next iteration;
case is damn rare (it's _not_ the GNU kludge - there we have ,##) and
it's not worth an extra check.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
pre-process.c