[BACK]Return to extend.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/extend.c between version 1.49 and 1.50

version 1.49, 2006/12/21 18:18:13 version 1.50, 2006/12/30 14:11:06
Line 87 
Line 87 
  * but the keymap doesn't have enough room for another map_element, so   * but the keymap doesn't have enough room for another map_element, so
  * the keymap is reallocated).  No attempt is made to reclaim space no   * the keymap is reallocated).  No attempt is made to reclaim space no
  * longer used, if this is a problem flags must be added to indicate   * longer used, if this is a problem flags must be added to indicate
  * malloced verses static storage in both keymaps and map_elements.   * malloced versus static storage in both keymaps and map_elements.
  * Structure assignments would come in real handy, but K&R based compilers   * Structure assignments would come in real handy, but K&R based compilers
  * don't have them.  Care is taken so running out of memory will leave   * don't have them.  Care is taken so running out of memory will leave
  * the keymap in a usable state.   * the keymap in a usable state.

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50