hbase

heirloom base
git clone git://git.2f30.org/hbase
Log | Files | Refs | README

sgs.h (1838B)


      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  * Sccsid @(#)main.c	1.2 (gritter) 6/14/05
     26  */
     27 #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 4
     28 #define	USED	__attribute__ ((used))
     29 #elif defined __GNUC__
     30 #define	USED	__attribute__ ((unused))
     31 #else
     32 #define	USED
     33 #endif
     34 static const char sccsid[] USED = "@(#)yacc.sl	2.6 (gritter) 11/26/05";
     35 static const char pkg[] = "Heirloom Development Tools";
     36 static const char rel[] = "2.6 (gritter) 11/26/05";
     37 /* SLIST */
     38 /*
     39 dextern: * Sccsid @(#)dextern	1.6 (gritter) 11/10/05
     40 getopt.c: * Sccsid @(#)getopt.c	1.8 (gritter) 8/2/05
     41 libmai.c: * Sccsid @(#)libmai.c	1.3 (gritter) 6/18/05
     42 libzer.c: * Sccsid @(#)libzer.c	1.3 (gritter) 6/18/05
     43 y1.c: * Sccsid @(#)y1.c	1.7 (gritter) 11/26/05
     44 y2.c: * Sccsid @(#)y2.c	1.11 (gritter) 11/26/05
     45 y3.c: * Sccsid @(#)y3.c	1.5 (gritter) 11/26/05
     46 y4.c: * Sccsid @(#)y4.c	1.5 (gritter) 11/26/05
     47 y5.c: * Sccsid @(#)y5.c	1.1 (gritter) 6/25/05
     48 yaccpar: * Sccsid @(#)yaccpar	1.5 (gritter) 11/26/05
     49 */