mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-06 05:25:31 +00:00
d16c27b085
- fixed ANSI (C89) issues, including #418
9 lines
88 B
C
9 lines
88 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#define EXTERN_DECL
|
|
|
|
extern int CounterSuiteSetup;
|
|
|
|
#endif
|