• Guido van Rossum's avatar
    Fix bug reported by Richard Jones in ZPT(19). · 6e14b174
    Guido van Rossum authored
    Also fix the error for a duplicate fill-slot (which was erroneously
    reported as a duplicate slot *definition*).
    
    Question arises, should we also complain about duplicate define-slot,
    or is it okay to use define-slot with the same name more than once?
    This would be similar to "#define X(a) (a+a)" in C; it does point out
    that define-slot isn't a great name...
    6e14b174
TALGenerator.py 17.8 KB