q2c: Remove final untranslated strings from q2c.c.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Nov 2011 19:46:21 +0000 (12:46 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Nov 2011 16:19:23 +0000 (08:19 -0800)
commit4183dccd4130c9a6122cb2fa149e5dbf811db554
tree33ef0fc2f82423d7f3733046f099d4d7b90f3915
parent860795de6147a69419492f56f7b90b1d69d7bdd8
q2c: Remove final untranslated strings from q2c.c.

The "restrictions" that could be specified in q2c put strings
in the output that needed to be translated but could not.  This
commit drops the feature and removes all of its prior users.
Some of the users required new validation code to be added, but
many of them in the SET command did not because the value was
not actually used anywhere.
doc/dev/q2c.texi
src/language/data-io/file-handle.q
src/language/lexer/q2c.c
src/language/utilities/set.q