/[m4]/m4/m4/m4module.h
ViewVC logotype

Diff of /m4/m4/m4module.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by gary, Thu Jul 24 14:21:02 2003 UTC revision 1.62 by gary, Tue Jul 29 15:57:34 2003 UTC
# Line 401  extern void    m4_insert_file       (FILE *) Line 401  extern void    m4_insert_file       (FILE *)
401  extern void     m4_freeze_diversions (FILE *);  extern void     m4_freeze_diversions (FILE *);
402  extern void     m4_undivert_all      (void);  extern void     m4_undivert_all      (void);
403    
404  extern void     m4_include_init          (void);  
405    
406    /* --- PATH MANAGEMENT --- */
407    
408  extern void     m4_include_env_init      (m4 *);  extern void     m4_include_env_init      (m4 *);
409  extern void     m4_add_include_directory (m4 *, const char *);  extern void     m4_add_include_directory (m4 *, const char *);
410  extern FILE *   m4_path_search           (m4 *, const char *, char **);  extern FILE *   m4_path_search           (m4 *, const char *, char **);
411    
 /* These are for other search paths */  
   
 struct m4_search_path  
 {  
   struct m4_search_path *next;  /* next directory to search */  
   const char *dir;              /* directory */  
   int len;  
 };  
   
 typedef struct m4_search_path m4_search_path;  
   
 struct m4_search_path_info  
 {  
   m4_search_path *list;         /* the list of path directories */  
   m4_search_path *list_end;     /* the end of same */  
   int max_length;               /* length of longest directory name */  
 };  
   
 extern struct m4_search_path_info *m4_search_path_info_new (void);  
 extern  void    m4_search_path_env_init (struct m4_search_path_info *, char *, boolean);  
 extern  void    m4_search_path_add (struct m4_search_path_info *, const char *);  
412    
413    
414  #define obstack_chunk_alloc     xmalloc  #define obstack_chunk_alloc     xmalloc

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26