Do not use '#endif/#else xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 14:36:35 +00:00
parent 8482d2c110
commit fa0bee0b26
9 changed files with 16 additions and 16 deletions

View File

@@ -304,7 +304,7 @@ WalkProcedure(procedure)
too_big = ++data_label;
C_df_dlb(too_big);
C_bss_cst(func_res_size, (arith)0, 0);
#endif BIG_RESULT_ON_STACK
#endif /* BIG_RESULT_ON_STACK */
}
}
@@ -441,7 +441,7 @@ WalkProcedure(procedure)
C_lal(procedure->df_type->prc_nbpar);
#else
c_lae_dlb(too_big);
#endif BIG_RESULT_ON_STACK
#endif /* BIG_RESULT_ON_STACK */
C_sti(func_res_size);
if (StackAdjustment) {
/* Remove copies of conformant arrays
@@ -454,7 +454,7 @@ WalkProcedure(procedure)
#else
c_lae_dlb(too_big);
func_res_size = pointer_size;
#endif BIG_RESULT_ON_STACK
#endif /* BIG_RESULT_ON_STACK */
}
else if (StackAdjustment) {
/* First save the function result in a safe place.