striker 01/07/18 02:41:44
Modified: include apr_sms.h
Log:
Changed two #ifdefs to #ifs since they are always defined.
Revision Changes Path
1.39 +2 -2 apr/include/apr_sms.h
Index: apr_sms.h
===================================================================
RCS file: /home/cvs/apr/include/apr_sms.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- apr_sms.h 2001/07/11 17:00:00 1.38
+++ apr_sms.h 2001/07/18 09:41:44 1.39
@@ -394,7 +394,7 @@
/* NB These are only available if the debugging option has been turned on. */
-#ifdef APR_DEBUG_SHOW_STRUCTURE
+#if APR_DEBUG_SHOW_STRUCTURE
/**
* Show the heirachy of the sms
* @param sms The sms to show the information for
@@ -403,7 +403,7 @@
APR_DECLARE(void) apr_sms_show_structure(apr_sms_t *sms, int direction);
#endif /* APR_DEBUG_SHOW_STRUCTURE */
-#ifdef APR_DEBUG_TAG_SMS
+#if APR_DEBUG_TAG_SMS
/**
* Set the debugging tag for an sms
* @param tag The tag to give the sms