If MiNT can't cope, frankly my dear, I dont give a damn

This commit is contained in:
Panu Matilainen 2010-08-20 11:35:44 +03:00
parent 910fc93842
commit 04b1816f00
2 changed files with 0 additions and 10 deletions

View File

@ -50,11 +50,6 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
#ifdef __MINT__
/* MiNT cannot dynamically increase the stack. */
long _stksize = 64 * 1024L;
#endif
RPM_GNUC_NORETURN
static void argerror(const char * desc)
{

View File

@ -97,11 +97,6 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
#ifdef __MINT__
/* MiNT cannot dynamically increase the stack. */
long _stksize = 64 * 1024L;
#endif
RPM_GNUC_NORETURN
static void argerror(const char * desc)
{