diff options
author | Toomas Soome <tsoome@me.com> | 2021-09-12 13:43:58 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-08-30 19:09:40 +0300 |
commit | 2570281cf351044b6936651ce26dbe1f801dcbd8 (patch) | |
tree | 54957dc5692258b6308df50c8d0f73a334421091 /usr/src/cmd/tnf/prex/source.h | |
parent | 2ec63ffb3ec249bd7cb4523118c8437e6c6be335 (diff) | |
download | illumos-gate-2570281cf351044b6936651ce26dbe1f801dcbd8.tar.gz |
14079 remove TNF
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/cmd/tnf/prex/source.h')
-rw-r--r-- | usr/src/cmd/tnf/prex/source.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/usr/src/cmd/tnf/prex/source.h b/usr/src/cmd/tnf/prex/source.h deleted file mode 100644 index 6979bf9f6c..0000000000 --- a/usr/src/cmd/tnf/prex/source.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at usr/src/OPENSOLARIS.LICENSE. - * If applicable, add the following below this CDDL HEADER, with the - * fields enclosed by brackets "[]" replaced with your own identifying - * information: Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - */ -/* - * Copyright (c) 1994, by Sun Microsytems, Inc. - */ - -#ifndef _SOURCE_H -#define _SOURCE_H - -#pragma ident "%Z%%M% %I% %E% SMI" - -/* - * Declarations - */ - -#ifdef __cplusplus -extern "C" { -#endif - -void source_init(void); -void source_file(char *path); -int source_input(void); -void source_unput(int c); -void source_output(int c); -void source_nl(void); - -void yyerror(char *s); -void prompt(void); -void -semantic_err(char *format, ...); - -#ifdef __cplusplus -} -#endif - -#endif /* _SOURCE_H */ |