mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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. ;)
This commit is contained in:
parent
a2951281f3
commit
3322a264e0
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_TYPE_BUTTON (gtk_button_get_type ())
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* clist flags */
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -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 ())
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
typedef enum
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_TYPE_FONT_SELECTION (gtk_font_selection_get_type ())
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_TYPE_LABEL (gtk_label_get_type ())
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_PRIORITY_HIGH -20
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_TYPE_MENU_BAR (gtk_menu_bar_get_type ())
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
typedef struct _GtkSelectionData GtkSelectioData;
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define GTK_TYPE_TOOLTIPS (gtk_tooltips_get_type ())
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#pragma }
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user