source: NonGTP/Boost/boost/pool/detail/pool_construct_simple.sh @ 857

Revision 857, 479 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#!/bin/sh
2#
3# Copyright (C) 2001 Stephen Cleary
4#
5# This file can be redistributed and/or modified under the terms found
6#  in "copyright.html"
7# This software and its documentation is provided "as is" without express or
8#  implied warranty, and with no claim as to its suitability for any purpose.
9#
10# See http://www.boost.org for updates, documentation, and revision history.
11#
12
13m4 -P -E -DNumberOfArguments=$1 pool_construct_simple.m4 > pool_construct_simple.inc
Note: See TracBrowser for help on using the repository browser.