comparison libaf/af.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents 9079c9745ff9
children 4129c8cfa742
comparison
equal deleted inserted replaced
25550:8338eda7af28 25551:d88f5f82826e
1 #ifndef __af_h__ 1 #ifndef AF_H
2 #define __af_h__ 2 #define AF_H
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 5
6 #include "af_mp.h" 6 #include "af_mp.h"
7 #include "config.h" 7 #include "config.h"
352 (((lev)<AF_MSG_WARN)?(fprintf(af_msg_cfg.err?af_msg_cfg.err:stderr, ## args )): \ 352 (((lev)<AF_MSG_WARN)?(fprintf(af_msg_cfg.err?af_msg_cfg.err:stderr, ## args )): \
353 (((lev)<=af_msg_cfg.level)?(fprintf(af_msg_cfg.msg?af_msg_cfg.msg:stdout, ## args )):0)) 353 (((lev)<=af_msg_cfg.level)?(fprintf(af_msg_cfg.msg?af_msg_cfg.msg:stdout, ## args )):0))
354 #endif 354 #endif
355 //! \} 355 //! \}
356 356
357 #endif /* __af_h__ */ 357 #endif /* AF_H */