On Sun, Jan 16, 2000 at 11:50:50PM +0100, Martin v. Loewis wrote: > - { RESTORE_WARN_FLAGS ($1); } > + { RESTORE_WARN_FLAGS ($<ttype>1); } The change to use <ttype> is wrong. Change the %type entry instead. r~