diff options
73 files changed, 64 insertions, 70 deletions
@@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cab5504aba..564ef633e4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +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. ;) + Wed Oct 7 00:59:46 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h: new signal GtkCList::resize_column. @@ -25,7 +25,6 @@ #ifdef __cplusplus extern "C" { -#pragma } #endif /* __cplusplus */ 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 */ |