| Revision: | 377 | 
| Committed: | Fri Mar 21 17:42:12 2003 UTC (22 years, 7 months ago) by mmeineke | 
| Content type: | text/plain | 
| Original Path: | branches/mmeineke/OOPSE/libBASS/BASS_parse.h | 
| File size: | 457 byte(s) | 
| Log Message: | New OOPSE Tree | 
| # | Content | 
|---|---|
| 1 | #ifndef __MODEL_PARSE_H__ | 
| 2 | #define __MODEL_PARSE_H__ | 
| 3 | |
| 4 | |
| 5 | // the following are for the defines hash table | 
| 6 | |
| 7 | extern void insert_define( char* defined, char* definition ); | 
| 8 | extern char* get_definition( char* defined ); | 
| 9 | #define DEFINED_BUFFER_SIZE 500 | 
| 10 | extern int is_defined( char* text ); | 
| 11 | |
| 12 | // checks to see if matched word is a reserved word. | 
| 13 | extern int res_word( char* text ); | 
| 14 | |
| 15 | // removes the reserved word list from memory | 
| 16 | extern void kill_lists( void ); | 
| 17 | |
| 18 | #endif |