removed concept of LIGHTWEIGHT_INIT
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 03:57:21 +0000 (22:57 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 03:57:21 +0000 (22:57 -0500)
this flag used to keep aliases and functions out of the startup, but this is problematic; most of the time we want our own macros and functions to be visible, and they don't really cost a lot anyhow.  so, dropping the flag entirely, which is nice; cleans up a few conditional areas.


No differences found