Changeset e9c6fc8 for obarray.c


Ignore:
Timestamp:
Dec 10, 2009, 1:38:09 PM (14 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
438009c
Parents:
c0ddaea
git-author:
Anders Kaseorg <andersk@mit.edu> (11/04/09 18:20:05)
git-committer:
Anders Kaseorg <andersk@mit.edu> (12/10/09 13:38:09)
Message:
Replace /* noproto */ comments with static.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • obarray.c

    r8bce750 re9c6fc8  
    1414 * the index it should be inserted at.
    1515 */
    16 int owl_obarray_lookup(const owl_obarray *oa, const char * key, const char ** val) /*noproto*/
     16static int owl_obarray_lookup(const owl_obarray *oa, const char *key, const char **val)
    1717{
    1818  int first, last, mid;
Note: See TracChangeset for help on using the changeset viewer.