/[global]/global/htags/assoc.c
ViewVC logotype

Diff of /global/htags/assoc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by h-iwamoto, Tue Aug 10 11:06:34 2004 UTC revision 1.4 by shigio, Sat Nov 6 09:25:16 2004 UTC
# Line 105  assoc_put(assoc, name, value) Line 105  assoc_put(assoc, name, value)
105  {  {
106          if (assoc->dbop == NULL)          if (assoc->dbop == NULL)
107                  abort();                  abort();
108          dbop_put(assoc->dbop, name, value, NULL);          dbop_put(assoc->dbop, name, value);
109  }  }
110  /*  /*
111   * assoc_get: get data from associate array.   * assoc_get: get data from associate array.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26