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