Remove non-ASCII characters in comments
authorPaul Khuong <pvk@pvk.ca>
Sat, 6 Aug 2011 21:34:27 +0000 (17:34 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 6 Aug 2011 21:34:27 +0000 (17:34 -0400)
 It breaks some people's builds (especially on !SBCL).

src/compiler/srctran.lisp

index 3244cc9..0426eef 100644 (file)
 ;;; Y must neither be zero nor a power of two. The quotient is rounded
 ;;; towards zero.
 ;;; The algorithm is taken from the paper "Division by Invariant
-;;; Integers using Multiplication", 1994 by Torbjörn Granlund and Peter
-;;; L. Montgomery, Figures 4.2 and 6.2, modified to exclude the case of
-;;; division by powers of two.
+;;; Integers using Multiplication", 1994 by Torbj\"{o}rn Granlund and
+;;; Peter L. Montgomery, Figures 4.2 and 6.2, modified to exclude the
+;;; case of division by powers of two.
 ;;; The following two examples show an average case and the worst case
 ;;; with respect to the complexity of the generated expression, under
 ;;; a word size of 64 bits: