Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/lib-src/etags.c

    r4037 r4073  
    4242 */ 
    4343 
    44 char pot_etags_version[] = "@(#) pot revision number is 17.15"; 
     44char pot_etags_version[] = "@(#) pot revision number is 17.17"; 
    4545 
    4646#define TRUE    1 
     
    45444544        } 
    45454545    } 
     4546  free (package); 
    45464547} 
    45474548 
     
    54425443        } 
    54435444    } 
     5445  if (last != NULL) 
     5446    free (last); 
    54445447} 
    54455448 
     
    55985601        { 
    55995602          erlang_attribute (cp); 
    5600           last = NULL; 
     5603          if (last != NULL) 
     5604            { 
     5605              free (last); 
     5606              last = NULL; 
     5607            } 
    56015608        } 
    56025609      else if ((len = erlang_func (cp, last)) > 0) 
     
    56155622        } 
    56165623    } 
     5624  if (last != NULL) 
     5625    free (last); 
    56175626} 
    56185627 
     
    68886897/* 
    68896898 * Local Variables: 
    6890  * c-indentation-style: gnu 
    68916899 * indent-tabs-mode: t 
    68926900 * tab-width: 8