|
Euphoria
|
Go to the source code of this file.
Macros | |
| #define | DEBUG_LABEL_ARG_MANY |
| first debug label argument of many | |
| #define | DEBUG_LABEL_ARG_SINGLE |
| the only debug label argument (the function doesn't take any more rguments) | |
| #define | DEBUG_LABEL_EXPLICIT_MANY explicit |
| optional explicit for when the constructor only takes one more argument and needs to be explicit if the label is removed | |
| #define | SEND_DEBUG_LABEL_MANY(X) |
| forwards a label when there is more than one argument | |
| #define | USE_DEBUG_LABEL(name) |
| use this label and there are no more arguments | |
| #define | USE_DEBUG_LABEL_MANY(name) |
| use this label and there are more arguments besides this one | |