mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
Use C comments instead of ! comments.
This commit is contained in:
@@ -23,7 +23,7 @@ define(ADJQU,
|
|||||||
|
|
||||||
define(DOREM,
|
define(DOREM,
|
||||||
`ifelse(BASEOP, `rem',
|
`ifelse(BASEOP, `rem',
|
||||||
` ! Compute the remainder.
|
` /* Compute the remainder. */
|
||||||
ifelse(SIZE, `l',
|
ifelse(SIZE, `l',
|
||||||
` mull t11, t12, t11
|
` mull t11, t12, t11
|
||||||
subl t10, t11, t12
|
subl t10, t11, t12
|
||||||
|
|||||||
Reference in New Issue
Block a user