ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/BASS_parse.h
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/BASS_parse.h (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2263 by tim, Wed Jul 13 15:54:00 2005 UTC

# Line 43 | Line 43
43   #define __MODEL_PARSE_H__
44  
45  
46 < // the following are for the defines hash table
46 > /* the following are for the defines hash table*/
47  
48   extern void insert_define( char* defined, char* definition );
49   extern char* get_definition( char* defined );
50   #define DEFINED_BUFFER_SIZE 500
51   extern int is_defined( char* text );
52  
53 < // checks to see if matched word is a reserved word.
53 > /* checks to see if matched word is a reserved word.*/
54   extern int res_word( char* text );
55  
56 < // removes the reserved word list from memory
56 > /* removes the reserved word list from memory*/
57   extern void kill_lists( void );
58  
59   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines