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:
Martin Baulig
1999-02-12 08:36:13 +00:00
committed by Martin Baulig
parent 4d220ddb26
commit eca7c245f8
2 changed files with 9 additions and 4 deletions

View File

@@ -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>
* configure.in (program_invocation_name): Check whether we need

View File

@@ -129,10 +129,10 @@
#include <signal.h>
#include <errno.h>
__BEGIN_DECLS
#ifdef _IN_LIBGTOP
__BEGIN_DECLS
#ifndef _
#define _(String) dgettext (PACKAGE, String)
#define N_(String) (String)
@@ -142,8 +142,8 @@ __BEGIN_DECLS
extern char *strerror __P((int));
#endif
#endif /* _IN_LIBGTOP */
__END_DECLS
#endif /* _IN_LIBGTOP */
#endif