removed references to macros from common.h

This commit is contained in:
mrdudz
2020-07-21 23:50:23 +02:00
parent 7e1f4760e7
commit df900e30b8
2 changed files with 0 additions and 39 deletions

View File

@@ -20,27 +20,10 @@ cl65: Subprocess 'ld65' aborted by signal 11
*/
/* #define STANDALONE */
#include <stdio.h>
#include <limits.h>
#ifdef STANDALONE
#define NO_IMPLICIT_FUNCPTR_CONV
#define OPENTEST()
#define CLOSETEST()
#else
#endif
#ifdef NO_IMPLICIT_FUNCPTR_CONV
void (*p1func)(void);
#else
void (*p1func)();
#endif
void func(void)
{