Re: weird characters in top(1) output

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, John Baldwin wrote: > On Tuesday, February 01, 2011 8:11:54 am Alexander Best wrote: > > On Tue Feb 1 11, Sergey Kandaurov wrote: > > > On 1 February 2011 15:24, Alexander Best wrote: > > > > hi there, > > > > > > > > i was doing the following: > > > > > > > > top inf > ~/output

Re: empty function macros

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, Roman Divacky wrote: > On Tue, Feb 01, 2011 at 11:25:01AM +, Alexander Best wrote: > > On Tue Feb 1 11, Roman Divacky wrote: > > > On Mon, Jan 31, 2011 at 09:51:58AM +, Alexander Best wrote: > > > > On Mon Jan 31 11, Roman Divacky wrote: > > > > > no problem with this wit

Re: empty function macros

2011-02-01 Thread Roman Divacky
On Tue, Feb 01, 2011 at 11:25:01AM +, Alexander Best wrote: > On Tue Feb 1 11, Roman Divacky wrote: > > On Mon, Jan 31, 2011 at 09:51:58AM +, Alexander Best wrote: > > > On Mon Jan 31 11, Roman Divacky wrote: > > > > no problem with this with clang :) > > > > > > hmso compiling th

Re: weird characters in top(1) output

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, John Baldwin wrote: > On Tuesday, February 01, 2011 8:11:54 am Alexander Best wrote: > > On Tue Feb 1 11, Sergey Kandaurov wrote: > > > On 1 February 2011 15:24, Alexander Best wrote: > > > > hi there, > > > > > > > > i was doing the following: > > > > > > > > top inf > ~/output

Re: weird characters in top(1) output

2011-02-01 Thread John Baldwin
On Tuesday, February 01, 2011 8:11:54 am Alexander Best wrote: > On Tue Feb 1 11, Sergey Kandaurov wrote: > > On 1 February 2011 15:24, Alexander Best wrote: > > > hi there, > > > > > > i was doing the following: > > > > > > top inf > ~/output > > > > > > when i noticed that this was missing the

Re: weird characters in top(1) output

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, Sergey Kandaurov wrote: > On 1 February 2011 15:24, Alexander Best wrote: > > hi there, > > > > i was doing the following: > > > > top inf > ~/output > > > > when i noticed that this was missing the overall statistics line. so i went > > ahead and did: > > > > top -d2 inf > ~/out

Re: weird characters in top(1) output

2011-02-01 Thread Sergey Kandaurov
On 1 February 2011 15:24, Alexander Best wrote: > hi there, > > i was doing the following: > > top inf > ~/output > > when i noticed that this was missing the overall statistics line. so i went > ahead and did: > > top -d2 inf > ~/output > > funny thing is that for the second output some weird cha

weird characters in top(1) output

2011-02-01 Thread Alexander Best
hi there, i was doing the following: top inf > ~/output when i noticed that this was missing the overall statistics line. so i went ahead and did: top -d2 inf > ~/output funny thing is that for the second output some weird characters seem to get spammed into the overall statistics line: last

Re: empty function macros

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, Roman Divacky wrote: > On Mon, Jan 31, 2011 at 09:51:58AM +, Alexander Best wrote: > > On Mon Jan 31 11, Roman Divacky wrote: > > > no problem with this with clang :) > > > > hmso compiling the following code > > > > int > > main(int argc, char **argv) > > { > > if (

Re: empty function macros

2011-02-01 Thread Roman Divacky
On Mon, Jan 31, 2011 at 09:51:58AM +, Alexander Best wrote: > On Mon Jan 31 11, Roman Divacky wrote: > > no problem with this with clang :) > > hmso compiling the following code > > int > main(int argc, char **argv) > { > if (1<2) > ; > } > > with clang -Werror code.c -o code wor