sgs.h (2153B)
1 /* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License, Version 1.0 only 6 * (the "License"). You may not use this file except in compliance 7 * with the License. 8 * 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10 * or http://www.opensolaris.org/os/licensing. 11 * See the License for the specific language governing permissions 12 * and limitations under the License. 13 * 14 * When distributing Covered Code, include this CDDL HEADER in each 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16 * If applicable, add the following below this CDDL HEADER, with the 17 * fields enclosed by brackets "[]" replaced with your own identifying 18 * information: Portions Copyright [yyyy] [name of copyright owner] 19 * 20 * CDDL HEADER END 21 */ 22 /* 23 * Copyright (c) 2005 Gunnar Ritter, Freiburg i. Br., Germany 24 */ 25 const char sccsid[] = "@(#)lex.sl 2.13 (gritter) 4/14/07"; 26 const char pkg[] = "Heirloom Development Tools"; 27 const char rel[] = "2.13 (gritter) 4/14/07"; 28 /* SLIST */ 29 /* 30 allprint.c: * Sccsid @(#)allprint.c 1.4 (gritter) 11/27/05 31 getopt.c: * Sccsid @(#)getopt.c 1.9 (gritter) 4/2/07 32 header.c: * Sccsid @(#)header.c 1.12 (gritter) 9/23/06 33 ldefs.c: * Sccsid @(#)ldefs.c 1.7 (gritter) 4/14/07 34 libmain.c: * Sccsid @(#)libmain.c 1.4 (gritter) 11/26/05 35 lsearch.c: * Sccsid @(#)lsearch.c 1.4 (gritter) 11/26/05 36 main.c: * Sccsid @(#)main.c 1.9 (gritter) 11/26/05 37 once.h: * Sccsid @(#)once.h 1.4 (gritter) 11/26/05 38 parser.y: * Sccsid @(#)parser.y 1.8 (gritter) 11/26/05 39 reject.c: * Sccsid @(#)reject.c 1.4 (gritter) 11/27/05 40 search.h: * Sccsid @(#)search.h 1.4 (gritter) 11/26/05 41 sub1.c: * Sccsid @(#)sub1.c 1.5 (gritter) 11/26/05 42 sub2.c: * Sccsid @(#)sub2.c 1.7 (gritter) 01/12/07 43 sub3.c: * Sccsid @(#)sub3.c 1.4 (gritter) 11/26/05 44 wcio.c: * Sccsid @(#)wcio.c 1.1 (gritter) 6/25/05 45 yyless.c: * Sccsid @(#)yyless.c 1.6 (gritter) 11/27/05 46 yywrap.c: * Sccsid @(#)yywrap.c 1.3 (gritter) 6/18/05 47 nceucform: * Sccsid @(#)nceucform 1.6 (gritter) 11/18/05 48 ncform: * Sccsid @(#)ncform 1.4 (gritter) 11/18/05 49 nrform:# Sccsid @(#)nrform 1.4 (gritter) 10/20/06 50 51 */