view usr/src/cmd/man/src/util/nsgmls.src/sunfix.sh @ 0:c9caec207d52 b86

Initial porting based on b86
author Koji Uno <koji.uno@sun.com>
date Tue, 02 Jun 2009 18:56:50 +0900
parents
children 1a15d5aaf794
line wrap: on
line source

#!/bin/sh
#
#pragma ident	"@(#)sunfix.sh	1.2	00/05/01 SMI"
#

# Sun C++ 4.0.1 gets confused by the macros in include/NCVector.h.

cd include
mv NCVector.h NCVector.h.dist
sed -f NCVector.sed Vector.h >NCVector.h
chmod -w NCVector.h
sed -f NCVector.sed Vector.cxx >NCVector.cxx
chmod -w NCVector.cxx