removed old EM_WSIZE dependency
This commit is contained in:
parent
f755d6683d
commit
5b23cab8e9
1 changed files with 0 additions and 4 deletions
|
@ -24,11 +24,7 @@ main(argc, argv)
|
||||||
* The d flag can be repeated several times, resulting in more
|
* The d flag can be repeated several times, resulting in more
|
||||||
* debugging information.
|
* debugging information.
|
||||||
*/
|
*/
|
||||||
#ifdef EM_WSIZE
|
|
||||||
char workspace[2000] ;
|
|
||||||
#else
|
|
||||||
char workspace[6000] ;
|
char workspace[6000] ;
|
||||||
#endif
|
|
||||||
register char *cp ;
|
register char *cp ;
|
||||||
register int argno ;
|
register int argno ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue