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

@ -21,7 +21,7 @@
#ifndef _QSE_LIB_AWK_MISC_H_
#define _QSE_LIB_AWK_MISC_H_
#ifdef __cplusplus
#if defined(__cplusplus)
extern "C" {
#endif
@ -86,7 +86,7 @@ int qse_awk_rtx_matchrex (
qse_cstr_t* match
);
#ifdef __cplusplus
#if defined(__cplusplus)
}
#endif