mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
|
|
//
|
|
// When INITIALIZE_MACHINE_DATA is defined, all the machine specific data structures are
|
|
// declared. Otherwise, extern's to these data structures are inserted. This flag is
|
|
// used in faldef.h which is where all the machine specific data structures live
|
|
//
|
|
|
|
#define INITIALIZE_MACHINE_DATA
|
|
|
|
#include "halp.h"
|
|
|