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:
Tim Janik
1998-10-07 04:21:19 +00:00
committed by Tim Janik
parent a2951281f3
commit 3322a264e0
73 changed files with 64 additions and 70 deletions

View File

@ -28,7 +28,6 @@
#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus */