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

Diff for /src/usr.bin/make/Attic/nonints.h between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:43 version 1.2, 1995/12/14 03:23:35
Line 1 
Line 1 
 /*      $NetBSD: nonints.h,v 1.6 1995/06/14 15:19:45 christos Exp $     */  /*      $NetBSD: nonints.h,v 1.7 1995/11/02 23:55:00 christos Exp $     */
   
 /*-  /*-
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
Line 73 
Line 73 
 void Finish __P((int));  void Finish __P((int));
 char *emalloc __P((size_t));  char *emalloc __P((size_t));
 void enomem __P((void));  void enomem __P((void));
   int eunlink __P((const char *));
   
 /* parse.c */  /* parse.c */
 void Parse_Error __P((int, char *, ...));  void Parse_Error __P((int, char *, ...));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2