abl.h C++ compliant
This commit is contained in:
parent
74a85d5903
commit
1d749b6699
|
@ -37,6 +37,10 @@
|
|||
# ifndef ABL_102_H
|
||||
# define ABL_102_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
# ifndef __P
|
||||
# if defined(__STDC__) || defined(__GNUC__)
|
||||
# define __P(x) x
|
||||
|
@ -387,4 +391,8 @@
|
|||
extern char * viewablexprstr __P((ablexpr *Expr, int Mode));
|
||||
extern char * viewablexprstrln __P((ablexpr *Expr, int Mode));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue