abl.h C++ compliant

This commit is contained in:
Christophe Alexandre 2003-03-17 17:02:35 +00:00
parent 74a85d5903
commit 1d749b6699
1 changed files with 8 additions and 0 deletions

View File

@ -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