Author: ed
Date: Sun May 31 18:14:40 2009
New Revision: 193183
URL: http://svn.freebsd.org/changeset/base/193183

Log:
  Correct the previous commit.
  
  Also merge the operator file in share/misc, that is also part of r190855.

Modified:
  stable/6/share/misc/   (props changed)
  stable/6/share/misc/operator

Modified: stable/6/share/misc/operator
==============================================================================
--- stable/6/share/misc/operator        Sun May 31 18:14:24 2009        
(r193182)
+++ stable/6/share/misc/operator        Sun May 31 18:14:40 2009        
(r193183)
@@ -1,19 +1,21 @@
-Operator                               Associativity
------------------------------------------------------
-() [] -> .                             left to right
-! ~ ++ -- - (type) * & sizeof          right to left
-* / %                                  left to right
-+ -                                    left to right
-<< >>                                  left to right
-< <= > >=                              left to right
-== !=                                  left to right
-&                                      left to right
-^                                      left to right
-|                                      left to right
-&&                                     left to right
-||                                     left to right
-?:                                     right to left
-= += -= *= /= %= <<= >>= &= ^= |=      right to left
-,                                      left to right
+Operator                                       Associativity
+-------------------------------------------------------------
+() [] -> .                                     left to right
+! ~ ++ -- - (type) * & sizeof new delete       right to left
+->* .*                                         left to right
+* / %                                          left to right
++ -                                            left to right
+<< >>                                          left to right
+< <= > >=                                      left to right
+== !=                                          left to right
+&                                              left to right
+^                                              left to right
+|                                              left to right
+&&                                             left to right
+||                                             left to right
+?:                                             right to left
+= += -= *= /= %= <<= >>= &= ^= |= throw                right to left
+?: (C++, third operand)                                right to left
+,                                              left to right
 
 $FreeBSD$
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to