PDP-10 / klh10

Community maintained version of Kenneth L. Harrenstien's PDP-10 emulator.
Other
59 stars 7 forks source link

Always include "cenv.h" or "klh10.h" as very first. #62

Closed Rhialto closed 2 years ago

Rhialto commented 2 years ago

Always include "cenv.h" or "klh10.h" as very first.

"klh10.h" includes "cenv.h".

This is possibly needed on systems that need some defines before including system headers, for Long File Support.

I either moved an existing include line up or added #include "cenv.h" where none of these was included before.

Note that most of the definitions in the "cenv.h" file are, or should be, obsolete. Where still relevant, they should be detected by the configure script.

Should fix #31.