mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
3853N/A#
3853N/A# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
3853N/A#
3853N/A# CDDL HEADER START
3853N/A#
3853N/A# The contents of this file are subject to the terms of the
3853N/A# Common Development and Distribution License (the "License").
3853N/A# You may not use this file except in compliance with the License.
3853N/A#
3853N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3853N/A# or http://www.opensolaris.org/os/licensing.
3853N/A# See the License for the specific language governing permissions
3853N/A# and limitations under the License.
3853N/A#
3853N/A# When distributing Covered Code, include this CDDL HEADER in each
3853N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3853N/A# If applicable, add the following below this CDDL HEADER, with the
3853N/A# fields enclosed by brackets "[]" replaced with your own identifying
3853N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3853N/A#
3853N/A# CDDL HEADER END
3853N/A#
3853N/A# interface definition for lex library
3853N/A#
4173N/A
3853N/A#
3853N/A# MAPFILE HEADER START
3853N/A#
3853N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
3853N/A# Object versioning must comply with the rules detailed in
4060N/A#
3853N/A# usr/src/lib/README.mapfiles
3853N/A#
3853N/A# You should not be making modifications here until you've read the most current
3853N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
3853N/A#
3853N/A# MAPFILE HEADER END
3853N/A#
3853N/A
3853N/A$mapfile_version 2
3853N/A
3853N/ASYMBOL_VERSION SUNW_1.1 {
3853N/A global:
3853N/A allprint;
3853N/A allprint_w;
3853N/A main;
3853N/A sprint;
3853N/A sprint_w;
3853N/A yyless;
3853N/A yyless_e;
3853N/A yyless_w;
3853N/A yyracc;
3853N/A yyreject;
3853N/A yyreject_e;
3853N/A yyreject_w;
3853N/A yywrap;
3853N/A local:
3853N/A *;
3853N/A};
3853N/A