tedchoward / Frontier

The UserLand Frontier Kernel is a powerful development platform including an integrated object database, scripting language, a script editor and debugger, outliner, a multi-threaded runtime and an integrated HTTP server. http://frontier.userland.com
GNU General Public License v2.0
61 stars 11 forks source link

Remove #ifdefs #8

Closed tedchoward closed 6 years ago

tedchoward commented 6 years ago

There's a lot of #ifdefs in this codebase.

I evaluated the preprocessor for the Intel macOS build, and stripped everything else.

A smaller codebase is easier to maintain.

Onward toward 64-bit.