summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/include/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/include/expr.h')
-rw-r--r--gnu/usr.bin/cc/include/expr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/include/expr.h b/gnu/usr.bin/cc/include/expr.h
index c71b3f6..affc28d 100644
--- a/gnu/usr.bin/cc/include/expr.h
+++ b/gnu/usr.bin/cc/include/expr.h
@@ -191,7 +191,7 @@ enum direction {none, upward, downward}; /* Value has this type. */
/* Supply a default definition for FUNCTION_ARG_BOUNDARY. Normally, we let
FUNCTION_ARG_PADDING, which also pads the length, handle any needed
alignment. */
-
+
#ifndef FUNCTION_ARG_BOUNDARY
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE) PARM_BOUNDARY
#endif
@@ -284,7 +284,7 @@ extern optab sub_optab;
extern optab smul_optab; /* Signed and floating-point multiply */
extern optab smul_highpart_optab; /* Signed multiply, return high word */
extern optab umul_highpart_optab;
-extern optab smul_widen_optab; /* Signed multiply with result
+extern optab smul_widen_optab; /* Signed multiply with result
one machine mode wider than args */
extern optab umul_widen_optab;
extern optab sdiv_optab; /* Signed divide */
OpenPOWER on IntegriCloud