[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

182 2020-10-12 19:21

>>179
You're trying to make a macro which C preprocessor can't expand into #ifndef #endif, because its a single-pass compilation.
Instead of using #ifndef or redefining the macro, you complain that
C preprocessor doesn't support something retarded like
#define func(x) isfuncdefined()?func:something(after writing #define ->at this point the macro is already defined, marked to avoid recursion)

301


VIP:

do not edit these