From: Michael Vogt Date: Mon, 2 Oct 2006 14:19:30 +0000 (+0200) Subject: * remove the remaining #ifdef __GNUG__ bits X-Git-Tag: 0.7.24ubuntu1~184^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/be009af27add7c49dfbb585a4d238a72d0318be0 * remove the remaining #ifdef __GNUG__ bits --- diff --git a/apt-inst/dirstream.h b/apt-inst/dirstream.h index 232a39f9d..9d1af2188 100644 --- a/apt-inst/dirstream.h +++ b/apt-inst/dirstream.h @@ -25,8 +25,6 @@ #ifndef PKGLIB_DIRSTREAM_H #define PKGLIB_DIRSTREAM_H -#ifdef __GNUG__ -#endif class pkgDirStream { diff --git a/apt-inst/extract.h b/apt-inst/extract.h index 713e39433..71222983c 100644 --- a/apt-inst/extract.h +++ b/apt-inst/extract.h @@ -17,8 +17,7 @@ #ifndef PKGLIB_EXTRACT_H #define PKGLIB_EXTRACT_H -#ifdef __GNUG__ -#endif + #include #include diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h index 263854054..b09ea9f6b 100644 --- a/apt-pkg/contrib/hashes.h +++ b/apt-pkg/contrib/hashes.h @@ -13,8 +13,6 @@ #ifndef APTPKG_HASHES_H #define APTPKG_HASHES_H -#ifdef __GNUG__ -#endif #include #include diff --git a/apt-pkg/contrib/mmap.h b/apt-pkg/contrib/mmap.h index 46a3f2990..19cf7582d 100644 --- a/apt-pkg/contrib/mmap.h +++ b/apt-pkg/contrib/mmap.h @@ -25,8 +25,6 @@ #ifndef PKGLIB_MMAP_H #define PKGLIB_MMAP_H -#ifdef __GNUG__ -#endif #include #include diff --git a/apt-pkg/indexrecords.h b/apt-pkg/indexrecords.h index 73c8b4c02..ac0df470c 100644 --- a/apt-pkg/indexrecords.h +++ b/apt-pkg/indexrecords.h @@ -5,8 +5,7 @@ #ifndef PKGLIB_INDEXRECORDS_H #define PKGLIB_INDEXRECORDS_H -#ifdef __GNUG__ -#endif + #include #include diff --git a/ftparchive/apt-ftparchive.h b/ftparchive/apt-ftparchive.h index 60bfc5408..240cf9ba7 100644 --- a/ftparchive/apt-ftparchive.h +++ b/ftparchive/apt-ftparchive.h @@ -13,8 +13,6 @@ #ifndef APT_FTPARCHIVE_H #define APT_FTPARCHIVE_H -#ifdef __GNUG__ -#endif #include diff --git a/ftparchive/writer.h b/ftparchive/writer.h index 7ae1cd587..a4e4356f9 100644 --- a/ftparchive/writer.h +++ b/ftparchive/writer.h @@ -13,8 +13,6 @@ #ifndef WRITER_H #define WRITER_H -#ifdef __GNUG__ -#endif #include #include