home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PDOS_PATTERN_H
- #define __INC_POS_PDOS_PATTERN_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Pattern.h<< 31 Jul 1996 09:09:54 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PDOS_DOSTYPES_H
- #include <pDOS/DosTypes.h>
- #endif
- #ifndef __INC_POS_PDOS_PARSING_H
- #include <pDOS/Parsing.h>
- #endif
-
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_PatternMatching
- {
- struct pOS_Parse pmt_Parse;
- struct pOS_PatternObj **pmt_First;
- UWORD pmt_Cnt;
-
- UBYTE pmt_Reserved[16];
- };
-
-
- #define _pOS_DOSTOKENS "()#?%[]*~"
-
-
-
- #endif
-