]> sourceware.org Git - glibc.git/commitdiff
Use C comments instead of ! comments.
authorRoland McGrath <roland@gnu.org>
Sat, 10 Dec 1994 05:20:47 +0000 (05:20 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 10 Dec 1994 05:20:47 +0000 (05:20 +0000)
sysdeps/alpha/macros.m4

index 982e705d19af9dfdef2a9a781c90ecbb804f4721..f8c1fe9662f331709338354c2bab304c01f1dbb5 100644 (file)
@@ -23,7 +23,7 @@ define(ADJQU,
 
 define(DOREM,
 `ifelse(BASEOP, `rem',
-`      ! Compute the remainder.
+`      /* Compute the remainder.  */
 ifelse(SIZE, `l',
 `      mull t11, t12, t11
        subl t10, t11, t12
This page took 0.041567 seconds and 5 git commands to generate.