alpha patch for pragma pickiness

SVN revision: 2782
This commit is contained in:
Carsten Haitzler 2000-06-14 19:46:18 +00:00
parent 12eaaccf03
commit 4b8fa6881b
2 changed files with 4 additions and 1 deletions

View File

@ -187,6 +187,9 @@ Masahiko Mori <masa@cthulhu.engr.sgi.com>
Laurence J. Lane <ljlane@debian.org>
minor stuff no one ever notices
Matt Wilson <msw@redhat.com>
dox alpha patch
(Real name?) <monkeyiq@flashmail.com>
Patch for the option to position windows
centered under the mouse pointer.

View File

@ -47,7 +47,7 @@
#include "dox.h"
#ifdef __alpha__ /* gets rid of some misalignment in GCC */
#if defined(__alpha__) && defined(__GNUC__) && ((__GNUC__ == 2) && (__GNUC_MINOR__ < 96)) /* gets rid of some misalignment in GCC */
#pragma 2
#endif