Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3e41d0bf
Kaydet (Commit)
3e41d0bf
authored
Şub 14, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cleanup: remove remenants of gcc version checking
üst
84d21e4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
macros.hxx
cppu/inc/cppu/macros.hxx
+1
-1
config.h
sal/inc/sal/config.h
+0
-12
No files found.
cppu/inc/cppu/macros.hxx
Dosyayı görüntüle @
3e41d0bf
...
...
@@ -45,7 +45,7 @@
struct to become 8 instead of 4 if CPPU_GCC3_ALIGN were added to its first
member.)
*/
#if defined(__GNUC__)
&& (__GNUC__ >= 3)
#if defined(__GNUC__)
#define CPPU_GCC3_ALIGN( base_struct ) __attribute__ ((aligned (__alignof__ (base_struct))))
#else
#define CPPU_GCC3_ALIGN( base_struct )
...
...
sal/inc/sal/config.h
Dosyayı görüntüle @
3e41d0bf
...
...
@@ -116,18 +116,6 @@
#define sun sun
#endif
/* This is to work around a gcc 3.3 error that fixing actually breaks other
* compilers. This will create a dummy variable specifically for gcc 3.3 that
* allows it to compile and not break the others. Other compilers may follow
* with this eror later. */
#if defined __GNUC__
#if ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2))
# define SAL_ISO_CONST const
#else
# define SAL_ISO_CONST
#endif
#endif
#endif
/*_SAL_CONFIG_H_ */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment