From 530a8f21bda476a255a60c13ce0de8bd38b56d72 Mon Sep 17 00:00:00 2001 From: wrowe Date: Tue, 10 Dec 2002 17:56:54 +0000 Subject: A few NOTICEs for developers modifying code, not 'XXX' developer pointers. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64136 13f79535-47bb-0310-9956-ffa450edef68 --- tables/apr_tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tables') diff --git a/tables/apr_tables.c b/tables/apr_tables.c index ecfaed08f..4bc8c35aa 100644 --- a/tables/apr_tables.c +++ b/tables/apr_tables.c @@ -388,8 +388,8 @@ struct apr_table_t { }; /* - * XXX: if you tweak this you should look at is_empty_table() and table_elts() - * in alloc.h + * NOTICE: if you tweak this you should look at is_empty_table() + * and table_elts() in alloc.h */ #ifdef MAKE_TABLE_PROFILE static apr_table_entry_t *table_push(apr_table_t *t) -- cgit v1.2.1