瀏覽代碼

fix macro definition for very old GCC < 3

Git-Dch: Ignore
David Kalnischkies 11 年之前
父節點
當前提交
ad5a4ac2bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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