1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-13 02:42:18 +02:00
This commit is contained in:
Jim Meyering
1992-11-13 03:36:55 +00:00
parent 46fadc4262
commit ceda697482

View File

@@ -4,6 +4,9 @@ Wed Nov 11 18:19:10 1992 Jim Meyering (meyering@hal.gnu.ai.mit.edu)
Make all longopts arrays const as well as static.
Make a couple statically initialized aggregates `const.'
* echo.c (main), su.c (restricted_shell): Add parentheses to
assignment statements used in boolean context.
* stty.c (set_mode): Parenthesize expressions with bit operations
to correctly set/reset modes bits.