9 lines
78 B
C
9 lines
78 B
C
|
/* nest8.h */
|
||
|
|
||
|
#ifndef X0F
|
||
|
nest = 8;
|
||
|
#else
|
||
|
#include "nest9.h"
|
||
|
#endif
|
||
|
|