7 lines
77 B
C
7 lines
77 B
C
|
/* nest31.h */
|
||
|
#ifdef X1F
|
||
|
nest = 0x1f;
|
||
|
#else
|
||
|
#include "nest32.h"
|
||
|
#endif
|