\hfill%
}%
}
+
+ % Explicit hyphen that doesn't block automatic hyphenation, in words
+ % like `log-probability'.
+ \gdef\hy{-\penalty0\hskip0pt\relax}
@end tex
+ @ifnottex
+ @macro hy {n}
+ \n\
+ @end macro
+ @end ifnottex
+
@ifnottex
@node Top, Acknowledgements, (dir), (dir)
-@top MIT/GNU Scheme
+@top MIT/GNU Scheme Pucked Reference Manual
@insertcopying
@end ifnottex
'(
("compiler/test-fasdump" (compiler portable-fasdump))
"compiler/test-fgopt-conect"
+ "compiler/test-open-code"
"compiler/test-toplev"
"compiler/test-varname"
- "compiler/test-vartrap"
+ ;;"compiler/test-vartrap"
"compiler/test-y"
"microcode/test-chacha"
;++ Kludge to run the flonum cast tests interpreted and compiled --