]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Document LLS_ERROR_BIT.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Sep 2019 06:30:47 +0000 (08:30 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 12 Oct 2019 15:23:45 +0000 (17:23 +0200)
Also reformat the similar comment of OSL_ERROR_BIT to make it fit
into a single line.

error.h

diff --git a/error.h b/error.h
index 8f4f9bb134027956fbd438cd102be3fe5d1bea7e..14e5b0726e11e92e80d9ddbcf346504c4b6199c3 100644 (file)
--- a/error.h
+++ b/error.h
@@ -266,11 +266,10 @@ extern const char * const para_errlist[];
  */
 #define SYSTEM_ERROR_BIT 30
 
-/**
- * Like the SYSTEM_ERROR_BIT, but indicates an error from the osl library.
- */
+/** Like SYSTEM_ERROR_BIT, but for errors from the osl library. */
 #define OSL_ERROR_BIT 29
 
+/** Like SYSTEM_ERROR_BIT, but for errors from the lopsub library. */
 #define LLS_ERROR_BIT 28
 
 /** Check whether the system error bit is set. */