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

Diff for /src/usr.bin/ctags/C.c between version 1.10 and 1.11

version 1.10, 2003/06/12 20:58:09 version 1.11, 2003/10/28 13:23:59
Line 523 
Line 523 
  * skip_string --   * skip_string --
  *      skip to the end of a string or character constant.   *      skip to the end of a string or character constant.
  */   */
 void  static void
 skip_string(int key)  skip_string(int key)
 {  {
         int     c,          int     c,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11