Applied patch from Frederic Devernay; __BEGIN_DECLS and __END_DECLS are
1999-02-12 Martin Baulig <martin@home-of-linux.org> * include/glibtop/global.h: Applied patch from Frederic Devernay; __BEGIN_DECLS and __END_DECLS are only defined inside _IN_LIBGTOP.
This commit is contained in:
committed by
Martin Baulig
parent
4d220ddb26
commit
eca7c245f8
@@ -1,3 +1,8 @@
|
|||||||
|
1999-02-12 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* include/glibtop/global.h: Applied patch from Frederic Devernay;
|
||||||
|
__BEGIN_DECLS and __END_DECLS are only defined inside _IN_LIBGTOP.
|
||||||
|
|
||||||
1999-02-10 Martin Baulig <martin@home-of-linux.org>
|
1999-02-10 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* configure.in (program_invocation_name): Check whether we need
|
* configure.in (program_invocation_name): Check whether we need
|
||||||
|
@@ -129,10 +129,10 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
|
||||||
|
|
||||||
#ifdef _IN_LIBGTOP
|
#ifdef _IN_LIBGTOP
|
||||||
|
|
||||||
|
__BEGIN_DECLS
|
||||||
|
|
||||||
#ifndef _
|
#ifndef _
|
||||||
#define _(String) dgettext (PACKAGE, String)
|
#define _(String) dgettext (PACKAGE, String)
|
||||||
#define N_(String) (String)
|
#define N_(String) (String)
|
||||||
@@ -142,8 +142,8 @@ __BEGIN_DECLS
|
|||||||
extern char *strerror __P((int));
|
extern char *strerror __P((int));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _IN_LIBGTOP */
|
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
#endif /* _IN_LIBGTOP */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user