]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
separate the ISC_R_NRESULTS macro from those that define result codes, for
authorDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:34:11 +0000 (21:34 +0000)
committerDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:34:11 +0000 (21:34 +0000)
clarity

lib/isc/include/isc/result.h

index 0ec1a344b43f4496174514c41f54c316ada9fdeb..3160bb9689c36a84f07f131efdb93de561d7796a 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: result.h,v 1.44 2000/06/22 21:57:59 tale Exp $ */
+/* $Id: result.h,v 1.45 2000/07/26 21:34:11 tale Exp $ */
 
 #ifndef ISC_RESULT_H
 #define ISC_RESULT_H 1
 #define ISC_R_NOTFILE                  44      /* not a file */
 #define ISC_R_NOTDIRECTORY             45      /* not a directory */
 #define ISC_R_QUEUEFULL                        46      /* queue is full */
-#define ISC_R_NRESULTS                         47      /* Number of results */
+
+/*
+ * Not an result code: the number of results.
+ */
+#define ISC_R_NRESULTS                         47
 
 ISC_LANG_BEGINDECLS