Use separate routine for translating return-codes to printable strings
[exim.git] / src / src / macros.h
index 185ea6aff5c5b632e39e4275ac8045432cf21da4..0c54f969ce21657c5c03fcdb5c72eacf1d0c7e21 100644 (file)
@@ -278,7 +278,9 @@ and some additional values are used only by non-driver functions.
 
 OK, FAIL, DEFER, ERROR, and FAIL_FORCED are also declared in local_scan.h for
 use in the local_scan() function and in ${dlfunc loaded functions. Do not
-change them unilaterally. */
+change them unilaterally.
+
+Use rc_names[] for debug strings. */
 
 #define  OK            0    /* Successful match */
 #define  DEFER         1    /* Defer - some problem */