Welcome, Guest. Please login or register.

Author Topic: VBCC taglist support  (Read 1733 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Joloo

Re: VBCC taglist support
« on: August 20, 2022, 06:11:41 PM »
Make sure that there are no preprocessor tokens while setting up the tagcall - vbcc does reject it.

Quoting ISO-C:
If there are sequences of preprocessing tokens within the list of arguments that would otherwise act as preprocessing directives, the behavior is undefined.


Undefined behaviour is easily raised by specifying "#if" or "#ifdef" within the argument list (tagcall).