Removed from CLICK.INI...

TABS2SPACES=3
SMART_ALIGN_ASSIGN=14
SMART_ALIGN_DECLARE=20

The Aligner makes these unnecessary, so I removed the older code to
speed up the process a little.

---

There was a problem with Click! removing comments on declarations with
no assignment. (only in declaration buster) It is fixed.

---

Click! was case sensitive on TABLE and INDEX references. Now it is not.

---

Click! will allow you to designate a function name which you use to open
your files, so the Table tracking routine can work on highly customized
code.

// Use this if you have a dictionary function that opens files
// This will allow Click! to track table openings via your function
MY_TABLE_OPENING_FUNCTION=D_OPEN