diff options
author | Tim Janik <timj@gtk.org> | 1998-10-07 04:21:19 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-10-07 04:21:19 +0000 |
commit | 3322a264e01b55c1f1c83724756dc1419b107311 (patch) | |
tree | e87f7907641d6c62fd62012b832ed98b77c5a717 /gtk/gtkradiobutton.h | |
parent | a2951281f36c08cd32df5bfa7e197c5b9f54fb40 (diff) | |
download | gdk-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/gtkradiobutton.h')
-rw-r--r-- | gtk/gtkradiobutton.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |