Subversion Repositories tendra.SVN

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 40
Line 66... Line 66...
66
 * PROCEDURE DECLARATIONS
66
 * PROCEDURE DECLARATIONS
67
 *
67
 *
68
 * These procedures are concerned with the tcc startup and endup files.
68
 * These procedures are concerned with the tcc startup and endup files.
69
 */
69
 */
70
 
70
 
71
static void add_to_tokdef(char *s);
71
/*static void add_to_tokdef(char *s);*/
72
 
72
 
73
extern void add_to_startup(char *);
73
extern void add_to_startup(char *);
74
extern void add_to_endup(char *);
74
extern void add_to_endup(char *);
75
extern void close_startup(void);
75
extern void close_startup(void);
76
extern void remove_startup(void);
76
extern void remove_startup(void);