1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-11-02 16:27:18 -04:00

Increasing NO_VLA sizes to something playable

This commit is contained in:
Your Name 2021-04-18 13:21:53 +04:30
parent 17894949a9
commit 0fa2a4588f
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ typedef signed char byte;
/* The Plan9 compiler can not handle VLAs */
#ifdef NO_VLA
#define len 10
#define wid 40
#define len 36
#define wid 80
#ifdef Plan9
int usleep(long usec) {

View File

@ -41,8 +41,8 @@ enum {BLOCK=0,SURVIVAL,MIRROR,IMITATE};
typedef signed char byte;
/* The Plan9 compiler can not handle VLAs */
#ifdef NO_VLA
#define len 10
#define wid 40
#define len 36
#define wid 80
#ifdef Plan9
int usleep(long usec) {