lkml.org 
[lkml]   [2009]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateMon, 16 Feb 2009 15:00:55 +0100
FromJohannes Weiner <>
SubjectRe: [PATCH] net: replace commatas with semicolons
On Fri, Feb 13, 2009 at 10:46:21PM +0100, Thomas Gleixner wrote:
> Impact: syntax fix
>
> Interestingly enough this compiles w/o any complaints:
>
> orphans = percpu_counter_sum_positive(&tcp_orphan_count),
> sockets = percpu_counter_sum_positive(&tcp_sockets_allocated),

C's equivalent of Common Lisps PROGN. Try:

a = (foo(), 2);

it's magic!

Hannes


\
 
 \ /
  Last update: 2009-02-18 12:23    [from the cache]
©2003-2010