summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-10-07 04:21:19 +0000
committerTim Janik <timj@src.gnome.org>1998-10-07 04:21:19 +0000
commit3322a264e01b55c1f1c83724756dc1419b107311 (patch)
treee87f7907641d6c62fd62012b832ed98b77c5a717 /gtk
parenta2951281f36c08cd32df5bfa7e197c5b9f54fb40 (diff)
downloadgdk-pixbuf-3322a264e01b55c1f1c83724756dc1419b107311.tar.gz
removed all occourances of #pragma } and #pragma { which were in place to
Wed Oct 7 05:15:36 1998 Tim Janik <timj@gtk.org> * gtk/gtk*.h: * gdk/gdk.h: removed all occourances of #pragma } and #pragma { which were in place to fixup emacs' cc-mode indentation. putting (c-set-offset 'inextern-lang 0) into ~/.emacs is the proper way to achive this and doesn't produce problems for stupid pragma-related compiler bugs. ;)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkaccelgroup.h1
-rw-r--r--gtk/gtkaccellabel.h1
-rw-r--r--gtk/gtkadjustment.h1
-rw-r--r--gtk/gtkalignment.h1
-rw-r--r--gtk/gtkarg.h1
-rw-r--r--gtk/gtkaspectframe.h1
-rw-r--r--gtk/gtkbbox.h1
-rw-r--r--gtk/gtkbindings.h1
-rw-r--r--gtk/gtkbox.h1
-rw-r--r--gtk/gtkbutton.h1
-rw-r--r--gtk/gtkcalendar.h2
-rw-r--r--gtk/gtkcheckmenuitem.h1
-rw-r--r--gtk/gtkclist.h1
-rw-r--r--gtk/gtkcontainer.h1
-rw-r--r--gtk/gtkctree.h4
-rw-r--r--gtk/gtkcurve.h1
-rw-r--r--gtk/gtkdata.h1
-rw-r--r--gtk/gtkdialog.h1
-rw-r--r--gtk/gtkeditable.h1
-rw-r--r--gtk/gtkentry.h1
-rw-r--r--gtk/gtkenums.h1
-rw-r--r--gtk/gtkeventbox.h1
-rw-r--r--gtk/gtkfixed.h1
-rw-r--r--gtk/gtkfontsel.h1
-rw-r--r--gtk/gtkframe.h1
-rw-r--r--gtk/gtkhbox.h1
-rw-r--r--gtk/gtkhseparator.h1
-rw-r--r--gtk/gtkitem.h1
-rw-r--r--gtk/gtkitemfactory.h1
-rw-r--r--gtk/gtklabel.h1
-rw-r--r--gtk/gtklist.h1
-rw-r--r--gtk/gtklistitem.h1
-rw-r--r--gtk/gtkmain.h1
-rw-r--r--gtk/gtkmenu.h1
-rw-r--r--gtk/gtkmenubar.h1
-rw-r--r--gtk/gtkmenufactory.h1
-rw-r--r--gtk/gtkmenuitem.h1
-rw-r--r--gtk/gtkmenushell.h1
-rw-r--r--gtk/gtkmisc.h1
-rw-r--r--gtk/gtknotebook.h1
-rw-r--r--gtk/gtkobject.h1
-rw-r--r--gtk/gtkoptionmenu.h1
-rw-r--r--gtk/gtkpacker.h1
-rw-r--r--gtk/gtkpaned.h1
-rw-r--r--gtk/gtkpixmap.h1
-rw-r--r--gtk/gtkprivate.h1
-rw-r--r--gtk/gtkradiobutton.h1
-rw-r--r--gtk/gtkradiomenuitem.h1
-rw-r--r--gtk/gtkrc.h1
-rw-r--r--gtk/gtkselection.h1
-rw-r--r--gtk/gtkseparator.h1
-rw-r--r--gtk/gtksignal.h1
-rw-r--r--gtk/gtkspinbutton.h1
-rw-r--r--gtk/gtktable.h1
-rw-r--r--gtk/gtktearoffmenuitem.h1
-rw-r--r--gtk/gtktext.h1
-rw-r--r--gtk/gtktipsquery.h2
-rw-r--r--gtk/gtktooltips.h1
-rw-r--r--gtk/gtktree.h1
-rw-r--r--gtk/gtktreeitem.h1
-rw-r--r--gtk/gtktypeutils.h1
-rw-r--r--gtk/gtkvbox.h1
-rw-r--r--gtk/gtkvseparator.h1
-rw-r--r--gtk/gtkwidget.h1
-rw-r--r--gtk/gtkwindow.h1
65 files changed, 1 insertions, 69 deletions
diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h
index ffa60850a..e04f34619 100644
--- a/gtk/gtkaccelgroup.h
+++ b/gtk/gtkaccelgroup.h
@@ -30,7 +30,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkaccellabel.h b/gtk/gtkaccellabel.h
index b384f0180..ecfa03946 100644
--- a/gtk/gtkaccellabel.h
+++ b/gtk/gtkaccellabel.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkadjustment.h b/gtk/gtkadjustment.h
index a2877dd84..08278e447 100644
--- a/gtk/gtkadjustment.h
+++ b/gtk/gtkadjustment.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkalignment.h b/gtk/gtkalignment.h
index 9acba3ee4..e26068380 100644
--- a/gtk/gtkalignment.h
+++ b/gtk/gtkalignment.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkarg.h b/gtk/gtkarg.h
index 5217c0a60..c382841f1 100644
--- a/gtk/gtkarg.h
+++ b/gtk/gtkarg.h
@@ -25,7 +25,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h
index b3904fa45..884e10669 100644
--- a/gtk/gtkaspectframe.h
+++ b/gtk/gtkaspectframe.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h
index 703a7e795..75393332f 100644
--- a/gtk/gtkbbox.h
+++ b/gtk/gtkbbox.h
@@ -24,7 +24,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h
index b9e173203..65d7ffadb 100644
--- a/gtk/gtkbindings.h
+++ b/gtk/gtkbindings.h
@@ -30,7 +30,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h
index db7a26798..1a47081a2 100644
--- a/gtk/gtkbox.h
+++ b/gtk/gtkbox.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index 44f6bde65..8b2fbf673 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -27,7 +27,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_TYPE_BUTTON (gtk_button_get_type ())
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h
index 00636a215..ceba46481 100644
--- a/gtk/gtkcalendar.h
+++ b/gtk/gtkcalendar.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
@@ -129,7 +128,6 @@ void gtk_calendar_thaw (GtkCalendar *calendar);
#ifdef __cplusplus
-#pragma {
}
#endif /* __cplusplus */
diff --git a/gtk/gtkcheckmenuitem.h b/gtk/gtkcheckmenuitem.h
index d6a07ea7a..c8c7de0a2 100644
--- a/gtk/gtkcheckmenuitem.h
+++ b/gtk/gtkcheckmenuitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index 3d2e70466..6ad0c4c3c 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -31,7 +31,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
/* clist flags */
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 0f79446cb..3e80b4a83 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkctree.h b/gtk/gtkctree.h
index b7e77600f..f5d08fb4c 100644
--- a/gtk/gtkctree.h
+++ b/gtk/gtkctree.h
@@ -27,9 +27,7 @@
#include <gtk/gtkclist.h>
#ifdef __cplusplus
-extern "C"
-{
-#pragma }
+extern "C" {
#endif /* __cplusplus */
#define GTK_TYPE_CTREE (gtk_ctree_get_type ())
diff --git a/gtk/gtkcurve.h b/gtk/gtkcurve.h
index 20755692e..c310e7740 100644
--- a/gtk/gtkcurve.h
+++ b/gtk/gtkcurve.h
@@ -25,7 +25,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkdata.h b/gtk/gtkdata.h
index a39690b46..0511567b2 100644
--- a/gtk/gtkdata.h
+++ b/gtk/gtkdata.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h
index 247f8227d..7ebd34812 100644
--- a/gtk/gtkdialog.h
+++ b/gtk/gtkdialog.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkeditable.h b/gtk/gtkeditable.h
index 57265a534..be8c1ef9b 100644
--- a/gtk/gtkeditable.h
+++ b/gtk/gtkeditable.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index e7a2c9576..a82619d7c 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index bddc81bbe..38166455a 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -21,7 +21,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
typedef enum
diff --git a/gtk/gtkeventbox.h b/gtk/gtkeventbox.h
index f5594039f..011d11b25 100644
--- a/gtk/gtkeventbox.h
+++ b/gtk/gtkeventbox.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h
index cffbc5e7b..99aea9c9c 100644
--- a/gtk/gtkfixed.h
+++ b/gtk/gtkfixed.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h
index a162c10b8..b54d8762e 100644
--- a/gtk/gtkfontsel.h
+++ b/gtk/gtkfontsel.h
@@ -32,7 +32,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_TYPE_FONT_SELECTION (gtk_font_selection_get_type ())
diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h
index 4a0b2279a..b040a2480 100644
--- a/gtk/gtkframe.h
+++ b/gtk/gtkframe.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkhbox.h b/gtk/gtkhbox.h
index 1bf5cb088..88b61d9ad 100644
--- a/gtk/gtkhbox.h
+++ b/gtk/gtkhbox.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkhseparator.h b/gtk/gtkhseparator.h
index 0ca3aa28a..6d3ee2bd4 100644
--- a/gtk/gtkhseparator.h
+++ b/gtk/gtkhseparator.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkitem.h b/gtk/gtkitem.h
index 1c036d1ec..a216105d5 100644
--- a/gtk/gtkitem.h
+++ b/gtk/gtkitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h
index 01597fb00..1f93e1cbd 100644
--- a/gtk/gtkitemfactory.h
+++ b/gtk/gtkitemfactory.h
@@ -30,7 +30,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h
index 17275dae9..eb419625c 100644
--- a/gtk/gtklabel.h
+++ b/gtk/gtklabel.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_TYPE_LABEL (gtk_label_get_type ())
diff --git a/gtk/gtklist.h b/gtk/gtklist.h
index 368e9fcfd..c3b32881a 100644
--- a/gtk/gtklist.h
+++ b/gtk/gtklist.h
@@ -27,7 +27,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtklistitem.h b/gtk/gtklistitem.h
index f66e7d179..c42a01aa8 100644
--- a/gtk/gtklistitem.h
+++ b/gtk/gtklistitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 074f7ed03..1d2cc8704 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_PRIORITY_HIGH -20
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h
index 856eb2788..a3d1db74f 100644
--- a/gtk/gtkmenu.h
+++ b/gtk/gtkmenu.h
@@ -27,7 +27,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkmenubar.h b/gtk/gtkmenubar.h
index 801d8f2b9..882dbc199 100644
--- a/gtk/gtkmenubar.h
+++ b/gtk/gtkmenubar.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_TYPE_MENU_BAR (gtk_menu_bar_get_type ())
diff --git a/gtk/gtkmenufactory.h b/gtk/gtkmenufactory.h
index d040fe6f9..d60e9b036 100644
--- a/gtk/gtkmenufactory.h
+++ b/gtk/gtkmenufactory.h
@@ -25,7 +25,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkmenuitem.h b/gtk/gtkmenuitem.h
index fdfafed31..8a16f2f0c 100644
--- a/gtk/gtkmenuitem.h
+++ b/gtk/gtkmenuitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkmenushell.h b/gtk/gtkmenushell.h
index 965551e31..cd7e6fe42 100644
--- a/gtk/gtkmenushell.h
+++ b/gtk/gtkmenushell.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkmisc.h b/gtk/gtkmisc.h
index 0e1de8e6e..26dda74a4 100644
--- a/gtk/gtkmisc.h
+++ b/gtk/gtkmisc.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 361ce08c5..013e08c2b 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h
index 224378902..8360e06d8 100644
--- a/gtk/gtkobject.h
+++ b/gtk/gtkobject.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkoptionmenu.h b/gtk/gtkoptionmenu.h
index e406e1a72..78512bd56 100644
--- a/gtk/gtkoptionmenu.h
+++ b/gtk/gtkoptionmenu.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkpacker.h b/gtk/gtkpacker.h
index 637ef3045..7190bbe13 100644
--- a/gtk/gtkpacker.h
+++ b/gtk/gtkpacker.h
@@ -27,7 +27,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index f7e78d88e..212569d81 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkpixmap.h b/gtk/gtkpixmap.h
index a5593431d..fa46a3c61 100644
--- a/gtk/gtkpixmap.h
+++ b/gtk/gtkpixmap.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h
index 3426cff19..9ec686347 100644
--- a/gtk/gtkprivate.h
+++ b/gtk/gtkprivate.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index f84b85c7f..14da8b58c 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkradiomenuitem.h b/gtk/gtkradiomenuitem.h
index 37c0d0ec9..aa747341f 100644
--- a/gtk/gtkradiomenuitem.h
+++ b/gtk/gtkradiomenuitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h
index 139765666..39bb324f0 100644
--- a/gtk/gtkrc.h
+++ b/gtk/gtkrc.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index 2996003e0..21f9ed266 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
typedef struct _GtkSelectionData GtkSelectioData;
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h
index 472274afb..b54802ae8 100644
--- a/gtk/gtkseparator.h
+++ b/gtk/gtkseparator.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtksignal.h b/gtk/gtksignal.h
index f8b00a994..fa43c8c21 100644
--- a/gtk/gtksignal.h
+++ b/gtk/gtksignal.h
@@ -27,7 +27,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h
index d33ca6b01..2e2e59137 100644
--- a/gtk/gtkspinbutton.h
+++ b/gtk/gtkspinbutton.h
@@ -31,7 +31,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktable.h b/gtk/gtktable.h
index e4234853f..4ad12b27b 100644
--- a/gtk/gtktable.h
+++ b/gtk/gtktable.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h
index 614d361fe..08daef98b 100644
--- a/gtk/gtktearoffmenuitem.h
+++ b/gtk/gtktearoffmenuitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktext.h b/gtk/gtktext.h
index 27f4689b7..1aba9a1a7 100644
--- a/gtk/gtktext.h
+++ b/gtk/gtktext.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktipsquery.h b/gtk/gtktipsquery.h
index c8e684214..7cbbcd123 100644
--- a/gtk/gtktipsquery.h
+++ b/gtk/gtktipsquery.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
@@ -93,7 +92,6 @@ void gtk_tips_query_set_labels (GtkTipsQuery *tips_query,
#ifdef __cplusplus
-#pragma {
}
#endif /* __cplusplus */
diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h
index 85aaa366c..ad6181450 100644
--- a/gtk/gtktooltips.h
+++ b/gtk/gtktooltips.h
@@ -25,7 +25,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
#define GTK_TYPE_TOOLTIPS (gtk_tooltips_get_type ())
diff --git a/gtk/gtktree.h b/gtk/gtktree.h
index 63c55c78b..2c4f89d45 100644
--- a/gtk/gtktree.h
+++ b/gtk/gtktree.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktreeitem.h b/gtk/gtktreeitem.h
index 8a2f2d681..eb6a706a4 100644
--- a/gtk/gtktreeitem.h
+++ b/gtk/gtktreeitem.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h
index 02e6aee71..0eecc000d 100644
--- a/gtk/gtktypeutils.h
+++ b/gtk/gtktypeutils.h
@@ -25,7 +25,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkvbox.h b/gtk/gtkvbox.h
index bf7271959..1b3a4ddc3 100644
--- a/gtk/gtkvbox.h
+++ b/gtk/gtkvbox.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h
index eb051580f..b5ed8e94c 100644
--- a/gtk/gtkvseparator.h
+++ b/gtk/gtkvseparator.h
@@ -26,7 +26,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index b60449d9c..de0d954f1 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index ee35c9a9c..66e5d8235 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */