If MiNT can't cope, frankly my dear, I dont give a damn
This commit is contained in:
parent
910fc93842
commit
04b1816f00
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue