Parcourir la source

fix macro definition for very old GCC < 3

Git-Dch: Ignore
David Kalnischkies il y a 11 ans
Parent
commit
ad5a4ac2bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apt-pkg/contrib/macros.h

+ 1 - 1
apt-pkg/contrib/macros.h

@@ -89,7 +89,7 @@
 	#define APT_MUSTCHECK		__attribute__((warn_unused_result))
 #else
 	#define APT_NONNULL(...)
-	#define APT_REQRET
+	#define APT_MUSTCHECK
 #endif
 
 #if APT_GCC_VERSION >= 0x0400