( From CLICK.INI )

// Convert * to // when && is starting a line
CONVERT_*_TO_//=YES

This will convert * comments to // comments

* this is a comment

becomes

// this is a comment

---

Fixed problem with # directives being manipulated.

Now, # directives are not processed at all.

---

Fixed problem with macro expansion while using a 'restore from' command.

Now, any RESTORE FROM command receives simple spacing. The list of
Clipper commands which obey simple spacing are as follows:

USE
COPY
SAVE
ERASE
CREATE
COPY TO
RESTORE
SET COLO
SET ORDE
COPY FILE
DELETE FILE