Author: pgollucci
Date: Mon Jan 2 12:13:00 2006
New Revision: 365418
URL: http://svn.apache.org/viewcvs?rev=365418&view=rev
Log:
fix
include/apreq.h:122: Warning: explicit link request to '_MASK' could not be
resolved
include/apreq.h:122: Warning: explicit link request to '_BIT' could not be
resolved
Modified:
httpd/apreq/trunk/include/apreq.h
Modified: httpd/apreq/trunk/include/apreq.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq.h?rev=365418&r1=365417&r2=365418&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq.h (original)
+++ httpd/apreq/trunk/include/apreq.h Mon Jan 2 12:13:00 2006
@@ -120,7 +120,7 @@
/**
* Set specified bit f in bitfiled name to value
* Note the below BIT/Mask defines are used sans the
- * _BIT, _MASK because of the this define's ##_MASK, ##_BIT usage.
+ * _BIT, _MASK because of the this define's \#\#_MASK, \#\#_BIT usage.
* Each come in a pair
*/
#define APREQ_FLAGS_SET(f, name, value) \