Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEBUG] Fix DBGSOCK macro definition to work if/when DEBUG_SOCK debug…
…ging macro is defined * Previously, if one uncommented the line `#define DEBUG_SOCK` in `sr_port/iosocketdef.h` and did a build, one would get a linker error saying `FFLUSH` is undefined. This is because the the `DBGSOCK()` macro invoked the `DBGFPF()` macro which in turn used the `FFLUSH` macro and assumed it is defined. This definition happens in `gtmio.h` so that is now included before defining `DBGSOCK()` macro.
- Loading branch information