2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

True 'C' compatibility

[SVN r13700]
This commit is contained in:
Dave Abrahams
2002-05-06 22:19:20 +00:00
parent 7316de6a87
commit fd5b271d4d
20 changed files with 20 additions and 20 deletions

View File

@@ -80,5 +80,5 @@ void profile_dump();
# define EXPR_MOREEQ 9 /* arg >= arg */
# define EXPR_IN 10 /* arg in arg */
#endif // COMPILE_DWA20011022_H
#endif

View File

@@ -26,4 +26,4 @@ void file_archscan( char *arch, scanback func, void *closure );
int file_time( char *filename, time_t *time );
#endif // FILESYS_DWA20011025_H
#endif

View File

@@ -26,5 +26,5 @@ struct frame
void frame_init( FRAME* ); /* implemented in compile.c */
void frame_free( FRAME* ); /* implemented in compile.c */
#endif // FRAMES_DWA20011021_H
#endif

View File

@@ -91,5 +91,5 @@ void lol_free( LOL *lol );
LIST * lol_get( LOL *lol, int i );
void lol_print( LOL *lol );
#endif // LISTS_DWA20011022_H
#endif

View File

@@ -21,5 +21,5 @@ void bind_module_var( module*, char* name );
void enter_module( module* );
void exit_module( module* );
#endif // MODULES_DWA10182001_H
#endif

View File

@@ -57,5 +57,5 @@ void parse_refer( PARSE *p );
void parse_free( PARSE *p );
LIST* parse_evaluate( PARSE *p, FRAME* frame );
#endif // PARSE_DWA20011020_H
#endif

View File

@@ -54,4 +54,4 @@ void path_build1( PATHNAME *f, string *file );
void path_parse( char *file, PATHNAME *f );
void path_parent( PATHNAME *f );
#endif // PATHSYS_VP_20020211_H
#endif

View File

@@ -28,5 +28,5 @@ void regerror( char *s );
*/
#define MAGIC 0234
#endif // REGEXP_DWA20011023_H
#endif

View File

@@ -226,5 +226,5 @@ void args_free( argument_list* );
void actions_refer(rule_actions*);
void actions_free(rule_actions*);
#endif // RULES_DWA_20011020_H
#endif

View File

@@ -26,5 +26,5 @@ void string_pop_back( string* );
char string_back( string* );
void string_unit_test();
#endif // STRINGS_DWA20011024_H
#endif

View File

@@ -80,5 +80,5 @@ void profile_dump();
# define EXPR_MOREEQ 9 /* arg >= arg */
# define EXPR_IN 10 /* arg in arg */
#endif // COMPILE_DWA20011022_H
#endif

View File

@@ -26,4 +26,4 @@ void file_archscan( char *arch, scanback func, void *closure );
int file_time( char *filename, time_t *time );
#endif // FILESYS_DWA20011025_H
#endif

View File

@@ -26,5 +26,5 @@ struct frame
void frame_init( FRAME* ); /* implemented in compile.c */
void frame_free( FRAME* ); /* implemented in compile.c */
#endif // FRAMES_DWA20011021_H
#endif

View File

@@ -91,5 +91,5 @@ void lol_free( LOL *lol );
LIST * lol_get( LOL *lol, int i );
void lol_print( LOL *lol );
#endif // LISTS_DWA20011022_H
#endif

View File

@@ -21,5 +21,5 @@ void bind_module_var( module*, char* name );
void enter_module( module* );
void exit_module( module* );
#endif // MODULES_DWA10182001_H
#endif

View File

@@ -57,5 +57,5 @@ void parse_refer( PARSE *p );
void parse_free( PARSE *p );
LIST* parse_evaluate( PARSE *p, FRAME* frame );
#endif // PARSE_DWA20011020_H
#endif

View File

@@ -54,4 +54,4 @@ void path_build1( PATHNAME *f, string *file );
void path_parse( char *file, PATHNAME *f );
void path_parent( PATHNAME *f );
#endif // PATHSYS_VP_20020211_H
#endif

View File

@@ -28,5 +28,5 @@ void regerror( char *s );
*/
#define MAGIC 0234
#endif // REGEXP_DWA20011023_H
#endif

View File

@@ -226,5 +226,5 @@ void args_free( argument_list* );
void actions_refer(rule_actions*);
void actions_free(rule_actions*);
#endif // RULES_DWA_20011020_H
#endif

View File

@@ -26,5 +26,5 @@ void string_pop_back( string* );
char string_back( string* );
void string_unit_test();
#endif // STRINGS_DWA20011024_H
#endif