Skip to main content
Graduate
March 24, 2024
Solved

Changed a few #define -> cube IDE goes nuts.

  • March 24, 2024
  • 2 replies
  • 997 views

How in the world is this happening now? Just made some changes there. Renamed and changed the values.

The first line has "missing whitespace after the macro name"

 

Aprilfools day is still not here yet!

 

 

    This topic has been closed for replies.
    Best answer by Tobe

    Found it: There were special (invisble) chars in there!

    I used find and replace. How could that get in there?

    2 replies

    TobeAuthorAnswer
    Graduate
    March 24, 2024

    Found it: There were special (invisble) chars in there!

    I used find and replace. How could that get in there?

    Super User
    March 24, 2024

    There may be some nonprinting character between the characters you see, and/or the underscore may be a different Unicode character, which prints as underscore but is not recognized as underscore.

    Rewrite the given lines manually, don't copy/paste. 

    JW

    TobeAuthor
    Graduate
    March 24, 2024

    Are you still sleepy? The soluton/cause has been posted 22 minutes before ;)