Neither /\ nor / are defined as operators in the ISO C89 standard, and I don’t think they were ever defined in any earlier version. And they are definitely not defined in C99 as far as I know.
Here’s a draft of the ANSI C89 standard, for reference: http://flash-gordon.me.uk/ansi.c.txt
(You are likely a victim of some weird arcane preprocessor magic)