Skip to content

Commit

Permalink
Merge pull request #17 from ghaerr/alloca
Browse files Browse the repository at this point in the history
Revert don't prefix __alloca modification in C86
  • Loading branch information
ghaerr authored Dec 28, 2024
2 parents 95f024d + 85c35aa commit 4470857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/outgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ const CHAR *outlate P1 (const CHAR *, string)
CHAR *dp;

dp = (CHAR *) &symname[0];
if (string == alloca_name)
return string; /* ghaerr: don't prefix alloca */

if (*string == (CHAR) '.') {
#ifdef TRANSLATE
Expand Down

0 comments on commit 4470857

Please sign in to comment.