From 74ce2c3362be8ed4eea690972c39338336a0bc83 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Sun, 25 Oct 1998 22:39:20 +0000 Subject: [PATCH] Remove `#pragma }'. Likewise. * gmodule.h: Remove `#pragma }'. * gmoduleconf.h.in: Likewise. --- gmodule/ChangeLog | 5 +++++ gmodule/gmodule.h | 1 - gmodule/gmoduleconf.h.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index fecf1d9..c40d261 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,8 @@ +1998-10-25 Raja R Harinath + + * gmodule.h: Remove `#pragma }'. + * gmoduleconf.h.in: Likewise. + Wed Oct 21 19:58:27 1998 Tim Janik * gmodule.c (g_module_symbol): fixed a string pointer bug that could diff --git a/gmodule/gmodule.h b/gmodule/gmodule.h index dbc794a..0e3fc2b 100644 --- a/gmodule/gmodule.h +++ b/gmodule/gmodule.h @@ -22,7 +22,6 @@ #ifdef __cplusplus extern "C" { -#pragma } #endif /* __cplusplus */ extern const char *g_log_domain_gmodule; diff --git a/gmodule/gmoduleconf.h.in b/gmodule/gmoduleconf.h.in index fb15f15..b0f393c 100644 --- a/gmodule/gmoduleconf.h.in +++ b/gmodule/gmoduleconf.h.in @@ -22,7 +22,6 @@ #ifdef __cplusplus extern "C" { -#pragma } #endif /* __cplusplus */ -- 2.7.4