switched many #ifdef's to #if defined()

This commit is contained in:
2014-11-14 02:44:20 +00:00
parent 3db3396955
commit 0b286a7e2a
68 changed files with 156 additions and 156 deletions

View File

@ -303,7 +303,7 @@ struct qse_awk_nde_print_t
qse_awk_nde_t* out;
};
#ifdef __cplusplus
#if defined(__cplusplus)
extern "C" {
#endif
@ -316,7 +316,7 @@ int qse_awk_prnptnpt (qse_awk_t* awk, qse_awk_nde_t* tree);
void qse_awk_clrpt (qse_awk_t* awk, qse_awk_nde_t* tree);
#ifdef __cplusplus
#if defined(__cplusplus)
}
#endif