Skip to content

Commit

Permalink
Merge pull request #4767 from WalterBright/rmMSDOS
Browse files Browse the repository at this point in the history
backend: remove _MSDOS
  • Loading branch information
yebblies committed Jun 24, 2015
2 parents 2fdfedb + edc4dc8 commit 43d5095
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/var.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
#include "optab.c"
#include "tytab.c"

#if __DMC__ && _MSDOS
unsigned __cdecl _stack = 100000; // set default stack size
#endif

/* Global flags:
*/

Expand Down

0 comments on commit 43d5095

Please sign in to comment.