> Hmm.. Is ( and ) really better?

Hmm .. no.  It seems like the evidence is not in my favour :-)

>  [EMAIL PROTECTED]:~> echo %q{foo}
>  %q{foo}
>  [EMAIL PROTECTED]:~> echo %q(foo)
>  bash: syntax error near unexpected token `('
>  [EMAIL PROTECTED]:~>

That's in bash.  In csh:

  > echo %q{foo}
  %qfoo
  > echo %q(foo)
  Badly placed ()'s.

So in csh both are borked, but ( ) is more borked than { }.

Can I change my vote back to { } please?

J

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to