Home | History | Annotate | Download | only in info

Lines Matching full:lose

292      conversion.  (GCC may lose track of the current line number if a
2564 #define bar(x) lose(x)
2565 #define lose(x) (1 + (x))
2569 `lose(a,b)', and you get an error because `lose' requires a single
2576 #define bar(x) lose((x))