[BACK]Return to arch.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/arch.h between version 1.3 and 1.4

version 1.3, 2007/09/17 09:44:20 version 1.4, 2007/09/17 10:12:35
Line 50 
Line 50 
  *      nodeLst, one for each member in the spec.   *      nodeLst, one for each member in the spec.
  *      false is returned if the specification is invalid for some reason.   *      false is returned if the specification is invalid for some reason.
  *      Side-effect: begin is bumped to the end of the specification.  */   *      Side-effect: begin is bumped to the end of the specification.  */
 extern bool Arch_ParseArchive(char **, Lst, SymTable *);  extern bool Arch_ParseArchive(const char **, Lst, SymTable *);
 /* Arch_Touch(node);  /* Arch_Touch(node);
  *      Alter the modification time of the archive member described by node   *      Alter the modification time of the archive member described by node
  *      to the current time.  */   *      to the current time.  */

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