diff options
Diffstat (limited to 'miscutils/dc.c')
-rw-r--r-- | miscutils/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c index ef93c20ba..51376dd75 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c | |||
@@ -195,7 +195,7 @@ struct op { | |||
195 | void (*function) (void); | 195 | void (*function) (void); |
196 | }; | 196 | }; |
197 | 197 | ||
198 | static const struct op operators[] = { | 198 | static const struct op operators[] ALIGN_PTR = { |
199 | #if ENABLE_FEATURE_DC_LIBM | 199 | #if ENABLE_FEATURE_DC_LIBM |
200 | {"^", power}, | 200 | {"^", power}, |
201 | // {"exp", power}, | 201 | // {"exp", power}, |