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/database.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-inst/database.h') 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 -- cgit v1.2.3-70-g09d2 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 --- apt-pkg/contrib/fileutl.h | 2 -- apt-pkg/contrib/progress.h | 2 -- 3 files changed, 7 deletions(-) (limited to 'apt-inst/database.h') 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 diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index fcb26938f..48bd95537 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -21,8 +21,6 @@ #ifndef PKGLIB_FILEUTL_H #define PKGLIB_FILEUTL_H -#ifdef __GNUG__ -#endif #include diff --git a/apt-pkg/contrib/progress.h b/apt-pkg/contrib/progress.h index 3f87f4d3a..7dd004f7e 100644 --- a/apt-pkg/contrib/progress.h +++ b/apt-pkg/contrib/progress.h @@ -21,8 +21,6 @@ #ifndef PKGLIB_PROGRESS_H #define PKGLIB_PROGRESS_H -#ifdef __GNUG__ -#endif #include #include -- cgit v1.2.3-70-g09d2