mirror of git://sourceware.org/git/glibc.git
Use C comments instead of ! comments.
This commit is contained in:
parent
d61ce4f4b8
commit
079f003a7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue