# New Ticket Created by  Klaas-Jan Stol 
# Please include the string:  [perl #45453]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45453 >


Hi,

now that it's bad practice (or is it removed already?) to use "new
.Integer", in other words to use integer constants for types, it might be an
idea to update the .HLL_map directive as well. The current syntax for this
directive is:

HLL_MAP INTC COMMA INTC

which will look like this:

.HLL_map .Integer, .TclNumber # or the other way around? don't remember,
besides the point here.

I propose to change this into:

.HLL_map "Integer", "TclNumber"

for reasons of consistency (and aren't the type id's thrown out completely?)
regards,
kjs

Reply via email to