Changeset 51 in kBuild for trunk/src/kmk/nonints.h
- Timestamp:
- Apr 7, 2003 1:30:32 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/nonints.h
r46 r51 1 1 /*- 2 2 * Copyright (c) 1988, 1989, 1990, 1993 3 * 3 * The Regents of the University of California. All rights reserved. 4 4 * Copyright (c) 1989 by Berkeley Softworks 5 5 * All rights reserved. … … 18 18 * 3. All advertising materials mentioning features or use of this software 19 19 * must display the following acknowledgement: 20 * 21 * 20 * This product includes software developed by the University of 21 * California, Berkeley and its contributors. 22 22 * 4. Neither the name of the University nor the names of its contributors 23 23 * may be used to endorse or promote products derived from this software … … 36 36 * SUCH DAMAGE. 37 37 * 38 * from: @(#)nonints.h8.3 (Berkeley) 3/19/9438 * from: @(#)nonints.h 8.3 (Berkeley) 3/19/94 39 39 * $FreeBSD: src/usr.bin/make/nonints.h,v 1.8 1999/08/28 01:03:35 peter Exp $ 40 40 */ 41 42 #ifndef __nonints_h__ 43 #define __nonints_h__ 41 44 42 45 /* arch.c */ … … 149 152 void Var_End __P((void)); 150 153 void Var_Dump __P((GNode *)); 154 155 #endif
Note:
See TracChangeset
for help on using the changeset viewer.