
This is the fcpp 1.5.1 code base. Due to lousy previous code management and respository treatment, we have no revision history for the files other than what is mentioned in some headers.
21 lines
576 B
C
21 lines
576 B
C
#ifdef RCS
|
|
static char rcsid[]="$Id$";
|
|
#endif
|
|
/******************************************************************************
|
|
* FREXXWARE
|
|
* ----------------------------------------------------------------------------
|
|
*
|
|
* Project: Frexx C Preprocessor
|
|
* $Source$
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
* $State$
|
|
* $Locker$
|
|
*
|
|
* ----------------------------------------------------------------------------
|
|
* $Log$
|
|
*
|
|
*****************************************************************************/
|
|
#pragma libcall FPPBase fppPreProcess 1E 801
|