From 1350057372b095f718c0073a704f2c1960c04c81 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 2 Oct 2006 16:16:54 +0200 Subject: * removed the pragma mess --- apt-inst/contrib/arfile.h | 3 --- apt-inst/contrib/extracttar.h | 4 ---- apt-inst/database.h | 1 - apt-inst/deb/debfile.h | 3 --- apt-inst/deb/dpkgdb.h | 3 --- apt-inst/dirstream.h | 1 - apt-inst/extract.h | 1 - apt-inst/filelist.h | 4 +--- 8 files changed, 1 insertion(+), 19 deletions(-) (limited to 'apt-inst') diff --git a/apt-inst/contrib/arfile.h b/apt-inst/contrib/arfile.h index 6c54d3e6b..96e18bc60 100644 --- a/apt-inst/contrib/arfile.h +++ b/apt-inst/contrib/arfile.h @@ -15,9 +15,6 @@ #ifndef PKGLIB_ARFILE_H #define PKGLIB_ARFILE_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/arfile.h" -#endif #include #include diff --git a/apt-inst/contrib/extracttar.h b/apt-inst/contrib/extracttar.h index 6daf00a27..42f8ef534 100644 --- a/apt-inst/contrib/extracttar.h +++ b/apt-inst/contrib/extracttar.h @@ -14,10 +14,6 @@ #ifndef PKGLIB_EXTRACTTAR_H #define PKGLIB_EXTRACTTAR_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/extracttar.h" -#endif - #include #include diff --git a/apt-inst/database.h b/apt-inst/database.h index 0972d40cd..854ba1fbb 100644 --- a/apt-inst/database.h +++ b/apt-inst/database.h @@ -22,7 +22,6 @@ #define PKGLIB_DATABASE_H #ifdef __GNUG__ -#pragma interface "apt-pkg/database.h" #endif #include diff --git a/apt-inst/deb/debfile.h b/apt-inst/deb/debfile.h index d89b85268..6b9f8ffc8 100644 --- a/apt-inst/deb/debfile.h +++ b/apt-inst/deb/debfile.h @@ -23,9 +23,6 @@ #ifndef PKGLIB_DEBFILE_H #define PKGLIB_DEBFILE_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/debfile.h" -#endif #include #include diff --git a/apt-inst/deb/dpkgdb.h b/apt-inst/deb/dpkgdb.h index ddbb6d6f2..125845f96 100644 --- a/apt-inst/deb/dpkgdb.h +++ b/apt-inst/deb/dpkgdb.h @@ -19,9 +19,6 @@ #ifndef PKGLIB_DPKGDB_H #define PKGLIB_DPKGDB_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/dpkgdb.h" -#endif #include diff --git a/apt-inst/dirstream.h b/apt-inst/dirstream.h index dfb480bd4..232a39f9d 100644 --- a/apt-inst/dirstream.h +++ b/apt-inst/dirstream.h @@ -26,7 +26,6 @@ #define PKGLIB_DIRSTREAM_H #ifdef __GNUG__ -#pragma interface "apt-pkg/dirstream.h" #endif class pkgDirStream diff --git a/apt-inst/extract.h b/apt-inst/extract.h index a9152a26f..713e39433 100644 --- a/apt-inst/extract.h +++ b/apt-inst/extract.h @@ -18,7 +18,6 @@ #define PKGLIB_EXTRACT_H #ifdef __GNUG__ -#pragma interface "apt-pkg/extract.h" #endif #include diff --git a/apt-inst/filelist.h b/apt-inst/filelist.h index 7536a2f63..86766254f 100644 --- a/apt-inst/filelist.h +++ b/apt-inst/filelist.h @@ -28,9 +28,7 @@ #ifndef PKGLIB_FILELIST_H #define PKGLIB_FILELIST_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/filelist.h" -#endif + #include -- cgit v1.2.3 From be009af27add7c49dfbb585a4d238a72d0318be0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 2 Oct 2006 16:19:30 +0200 Subject: * remove the remaining #ifdef __GNUG__ bits --- apt-inst/dirstream.h | 2 -- apt-inst/extract.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'apt-inst') 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 -- cgit v1.2.3 From ca17f356866363d22d3263201f22cb0c45a46623 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 2 Oct 2006 16:47:38 +0200 Subject: * removed the remaining #ifdef __GNUG__ that are no longer required --- apt-inst/database.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apt-inst') diff --git a/apt-inst/database.h b/apt-inst/database.h index 854ba1fbb..ef45bc2d6 100644 --- a/apt-inst/database.h +++ b/apt-inst/database.h @@ -21,9 +21,6 @@ #ifndef PKGLIB_DATABASE_H #define PKGLIB_DATABASE_H -#ifdef __GNUG__ -#endif - #include #include -- cgit v1.2.3