Subversion Repositories DevTools

Rev

Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# File:         PLATFORM/SOLARIS8_SPARC32
#
# Contents:     Solaris support
#               Another way of invoking SOLARIS on Solaris8
#
###############################################################################
#

SOLARIS8_SPARC32Init();

sub SOLARIS8_SPARC32Init
{
    PlatformRequire( "solaris" );
}

1;