Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2010
#
# File:         PLATFORM/SOLARIS8_SPARC32
#
# Contents:     Solaris support
#               Another way of invoking SOLARIS on Solaris8
#
###############################################################################
#

SOLARIS8_SPARC32Init();

sub SOLARIS8_SPARC32Init
{
    PlatformRequire( "solaris" );
}

1;