⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 localdefs.h

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 H
字号:
/**	 @(#)localdefs.h	4.1	(ULTRIX)	7/17/90*//************************************************************************ *									* *			Copyright (c) 1986 by				* *		Digital Equipment Corporation, Maynard, MA		* *			All rights reserved.				* *									* *   This software is furnished under a license and may be used and	* *   copied  only  in accordance with the terms of such license and	* *   with the  inclusion  of  the  above  copyright  notice.   This	* *   software  or  any  other copies thereof may not be provided or	* *   otherwise made available to any other person.  No title to and	* *   ownership of the software is hereby transferred.			* *									* *   This software is  derived  from  software  received  from  the	* *   University    of   California,   Berkeley,   and   from   Bell	* *   Laboratories.  Use, duplication, or disclosure is  subject  to	* *   restrictions  under  license  agreements  with  University  of	* *   California and with AT&T.						* *									* *   The information in this software is subject to change  without	* *   notice  and should not be construed as a commitment by Digital	* *   Equipment Corporation.						* *									* *   Digital assumes no responsibility for the use  or  reliability	* *   of its software on equipment which is not supplied by Digital.	* *									* ************************************************************************//**************************************************************************			Modification History**	David Metsky		14-Jan-86** 001	Added from BSD 4.3 version as part of upgrade.**	Based on:	localdefs.h	4.1		85/03/19**************************************************************************//* * Definitions of symbols local to PCC. * * This file is not included directly by PCC sources -- instead it is *	preprocessed along with <pcc.h> to yield two files, pcclocal.h *	and pcctokens.  The preprocessing strips off the PCC_ prefix *	from all the symbols, since the PCC has no potential clashes... */# ifndef	PCC_LOCALTOKENS# define	PCC_LOCALTOKENS	100# ifdef	_PASS1_/* * Leftover operators. */# define	PCC_ASOP	100	/* assignment ops */# define	PCC_RELOP	101	/* <=, <, >=, > */# define	PCC_EQUOP	102	/* ==, != */# define	PCC_DIVOP	103	/* /, % */# define	PCC_SHIFTOP	104	/* <<, >> */# define	PCC_INCOP	105	/* ++, -- */# define	PCC_UNOP	106	/* !, ~ */# define	PCC_STROP	107	/* ., -> */# define	PCC_LP		108	/* ( */# define	PCC_RP		109	/* ) */# define	PCC_LC		110	/* { */# define	PCC_RC		111	/* } */# endif	_PASS1_/* * C keywords. */# define	PCC_STRUCT	112# define	PCC_IF		113# define	PCC_ELSE	114# define	PCC_SWITCH	115# define	PCC_BREAK	116# define	PCC_CONTINUE	117# define	PCC_WHILE	118# define	PCC_DO		119# define	PCC_FOR		120# define	PCC_DEFAULT	121# define	PCC_CASE	122# define	PCC_SIZEOF	123# define	PCC_ENUM	124# define	PCC_SM		125# endif	PCC_LOCALTOKENS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -