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)
downloadgtk+-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 ffa60850aa..e04f34619b 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 b384f01807..ecfa03946c 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 a2877dd844..08278e4471 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 9acba3ee48..e260683803 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 5217c0a60a..c382841f11 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 b3904fa45f..884e106696 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 703a7e795d..75393332fd 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 b9e173203d..65d7ffadbe 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 db7a26798d..1a47081a2e 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 44f6bde65c..8b2fbf6738 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 00636a215d..ceba464817 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 d6a07ea7a7..c8c7de0a2c 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 3d2e70466a..6ad0c4c3cd 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 0f79446cb6..3e80b4a832 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 b7e77600f1..f5d08fb4c8 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 20755692eb..c310e77409 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 a39690b46f..0511567b2c 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 247f8227d8..7ebd34812a 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 57265a5344..be8c1ef9bd 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 e7a2c9576a..a82619d7cc 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 bddc81bbe1..38166455af 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 f5594039f3..011d11b254 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 cffbc5e7b9..99aea9c9cc 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 a162c10b8e..b54d8762e8 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 4a0b2279a7..b040a24809 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 1bf5cb088c..88b61d9ada 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 0ca3aa28ac..6d3ee2bd4d 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 1c036d1ecc..a216105d59 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 01597fb004..1f93e1cbd5 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 17275dae9d..eb419625cd 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 368e9fcfdd..c3b32881a2 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 f66e7d1797..c42a01aa87 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 074f7ed03f..1d2cc8704a 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 856eb27887..a3d1db74f1 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 801d8f2b92..882dbc199e 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 d040fe6f97..d60e9b0368 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 fdfafed310..8a16f2f0ca 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 965551e31c..cd7e6fe423 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 0e1de8e6eb..26dda74a41 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 361ce08c52..013e08c2b0 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 2243789025..8360e06d8a 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 e406e1a725..78512bd56d 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 637ef30452..7190bbe13e 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 f7e78d88e8..212569d81d 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 a5593431d2..fa46a3c613 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 3426cff190..9ec6863478 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 f84b85c7fa..14da8b58c7 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 37c0d0ec9c..aa747341f8 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 139765666b..39bb324f08 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 2996003e03..21f9ed2664 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 472274afb6..b54802ae84 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 f8b00a9945..fa43c8c215 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 d33ca6b015..2e2e591378 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 e4234853ff..4ad12b27b5 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 614d361fec..08daef98be 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 27f4689b7e..1aba9a1a79 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 c8e6842144..7cbbcd123f 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 85aaa366cc..ad61814503 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 63c55c78bb..2c4f89d456 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 8a2f2d6819..eb6a706a48 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 02e6aee71b..0eecc000d0 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 bf72719594..1b3a4ddc32 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 eb051580f1..b5ed8e94c8 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 b60449d9c8..de0d954f1b 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 ee35c9a9c3..66e5d8235e 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
-#pragma }
#endif /* __cplusplus */