#
#ident	"@(#)mapfile-vers	1.3	95/03/09 SMI"
#
# Copyright (c) 1995 by Sun Microsystems, Inc.
# All rights reserved.

# Specify what global symbols we export (none).  Note that we're not
# interested in declaring a version, simply scoping the file is sufficient.

{
	global:
		main;			# debuggers seem to like this.
	local:
		*;
};
