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/extract.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-inst/extract.h') 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 -- 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/extract.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apt-inst/extract.h') 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