diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-05-28 19:42:27 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-05-28 19:42:27 +0000 |
commit | 3f0758d83d26bdd8021e34fb1705e70063805a2c (patch) | |
tree | a76412f489500e944feba583b90ff6e9709a558f /share | |
parent | 764d8bf8da62fee88b642fdb0461f37f81a23272 (diff) |
please read operator(7) for this information.
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/Makefile | 4 | ||||
-rw-r--r-- | share/misc/operator | 17 |
2 files changed, 2 insertions, 19 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index c1d7750fecb..c3cfbec0e06 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2016/09/08 02:03:35 bentley Exp $ +# $OpenBSD: Makefile,v 1.16 2017/05/28 19:42:26 benno Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 FILES= airport ascii birthtoken countrycodes \ inter.phone license.template mdoc.template mime.types \ - na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ + na.phone scsi_modes usb_hid_usages usb_hid_usages \ zipcodes .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ diff --git a/share/misc/operator b/share/misc/operator deleted file mode 100644 index 003c436d055..00000000000 --- a/share/misc/operator +++ /dev/null @@ -1,17 +0,0 @@ -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 -= += -= etc. right to left -, left to right |