|
6 | 6 | * it under the terms of the GNU General Public License as published by |
7 | 7 | * the Free Software Foundation; either version 2, or (at your option) |
8 | 8 | * any later version. |
9 | | - * |
| 9 | + * |
10 | 10 | * This program is distributed in the hope that it will be useful, |
11 | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | 13 | * GNU General Public License for more details. |
14 | | - * |
| 14 | + * |
15 | 15 | * You should have received a copy of the GNU General Public License |
16 | 16 | * along with this software; see the file COPYING. If not, write to |
17 | 17 | * the Free Software Foundation, 51 Franklin Street, Fifth Floor |
@@ -1594,7 +1594,7 @@ initialize_type (struct cb_initialize *p, struct cb_field *f, int topfield) |
1594 | 1594 | } else if (cb_tree_type (CB_TREE (f)) == COB_TYPE_NUMERIC_DISPLAY) { |
1595 | 1595 | if (f->flag_sign_separate) { |
1596 | 1596 | return INITIALIZE_ONE; |
1597 | | - } else if (cb_display_sign == COB_DISPLAY_SIGN_EBCDIC |
| 1597 | + } else if (cb_display_sign == COB_DISPLAY_SIGN_EBCDIC |
1598 | 1598 | && f->pic->have_sign) { |
1599 | 1599 | return INITIALIZE_ONE; |
1600 | 1600 | } else { |
@@ -3267,7 +3267,7 @@ output_stmt (cb_tree x) |
3267 | 3267 | output_line ("cob_exception_code = 0;"); |
3268 | 3268 | } |
3269 | 3269 |
|
3270 | | - if (cb_zero_division_error && p->name && |
| 3270 | + if (cb_enable_zero_division_error && p->name && |
3271 | 3271 | ((strcmp (p->name, "DIVIDE") == 0) || (strcmp (p->name, "COMPUTE") == 0)) && |
3272 | 3272 | (!p->handler1 && !p->handler2)) { |
3273 | 3273 | output_line ("cob_error_on_exit_flag = 1;"); |
|
0 commit comments