From 3322a264e01b55c1f1c83724756dc1419b107311 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 7 Oct 1998 04:21:19 +0000 Subject: removed all occourances of #pragma } and #pragma { which were in place to Wed Oct 7 05:15:36 1998 Tim Janik * 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. ;) --- gtk/gtkpaned.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/gtkpaned.h') 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 */ -- cgit v1.2.1