diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-12-10 17:56:54 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-12-10 17:56:54 +0000 |
commit | 530a8f21bda476a255a60c13ce0de8bd38b56d72 (patch) | |
tree | aa4f3a80ff3b7c5d1b9006fc5b99f4d009ad89f0 /tables | |
parent | 57c44ae229a9035cd91654011e131e1a2dd7d88f (diff) | |
download | libapr-530a8f21bda476a255a60c13ce0de8bd38b56d72.tar.gz |
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
Diffstat (limited to 'tables')
-rw-r--r-- | tables/apr_tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |