sys-file-reader: Disallow system and scratch long variable names too.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:44:22 +0000 (20:44 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:46:07 +0000 (20:46 -0800)
Before this commit, the system file reader disallowed system and
scratch short variable names (e.g. names beginning with $ or #)
but not as long variable names.  This fixes the problem.

Bug #46783.


No differences found