Explorar el Código

fix macro definition for very old GCC < 3

Git-Dch: Ignore
David Kalnischkies hace 11 años
padre
commit
ad5a4ac2bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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