|
PGROUTING
3.2
|
Go to the documentation of this file.
26 #ifndef INCLUDE_C_COMMON_DEBUG_MACRO_H_
27 #define INCLUDE_C_COMMON_DEBUG_MACRO_H_
34 #define PGR_DBG(...) \
35 elog(DEBUG3, __VA_ARGS__)
37 #define PGR_DBG(...) do { ; } while (0)
40 #endif // INCLUDE_C_COMMON_DEBUG_MACRO_H_