Author Topic: Prevent re-use of macro  (Read 5723 times)

Offline nasm32

  • Jr. Member
  • *
  • Posts: 25
Prevent re-use of macro
« on: September 09, 2014, 07:18:00 PM »
How do I prevent a macro from "overwriting" or "redefining" my own macro. I've been looking into %ifdef and %ifmacro but even if they surround my macro doesn't prevent other macros from "overwriting" or "redefining" my own macro's. Is there a way to prevent that?