From fd5b271d4d8ef3ccc251b334fedd37d70c4466d4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 6 May 2002 22:19:20 +0000 Subject: [PATCH] True 'C' compatibility [SVN r13700] --- historic/jam/src/compile.h | 2 +- historic/jam/src/filesys.h | 2 +- historic/jam/src/frames.h | 2 +- historic/jam/src/lists.h | 2 +- historic/jam/src/modules.h | 2 +- historic/jam/src/parse.h | 2 +- historic/jam/src/pathsys.h | 2 +- historic/jam/src/regexp.h | 2 +- historic/jam/src/rules.h | 2 +- historic/jam/src/strings.h | 2 +- jam_src/compile.h | 2 +- jam_src/filesys.h | 2 +- jam_src/frames.h | 2 +- jam_src/lists.h | 2 +- jam_src/modules.h | 2 +- jam_src/parse.h | 2 +- jam_src/pathsys.h | 2 +- jam_src/regexp.h | 2 +- jam_src/rules.h | 2 +- jam_src/strings.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/historic/jam/src/compile.h b/historic/jam/src/compile.h index 010ecb846..c7503b4a6 100644 --- a/historic/jam/src/compile.h +++ b/historic/jam/src/compile.h @@ -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 diff --git a/historic/jam/src/filesys.h b/historic/jam/src/filesys.h index a445502f1..5d4523363 100644 --- a/historic/jam/src/filesys.h +++ b/historic/jam/src/filesys.h @@ -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 diff --git a/historic/jam/src/frames.h b/historic/jam/src/frames.h index 000ff3b8b..41cb02bf9 100644 --- a/historic/jam/src/frames.h +++ b/historic/jam/src/frames.h @@ -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 diff --git a/historic/jam/src/lists.h b/historic/jam/src/lists.h index 550fc5623..57bd4d300 100644 --- a/historic/jam/src/lists.h +++ b/historic/jam/src/lists.h @@ -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 diff --git a/historic/jam/src/modules.h b/historic/jam/src/modules.h index 6f8dd3a58..2a252cdf8 100644 --- a/historic/jam/src/modules.h +++ b/historic/jam/src/modules.h @@ -21,5 +21,5 @@ void bind_module_var( module*, char* name ); void enter_module( module* ); void exit_module( module* ); -#endif // MODULES_DWA10182001_H +#endif diff --git a/historic/jam/src/parse.h b/historic/jam/src/parse.h index ec2589197..223d249d0 100644 --- a/historic/jam/src/parse.h +++ b/historic/jam/src/parse.h @@ -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 diff --git a/historic/jam/src/pathsys.h b/historic/jam/src/pathsys.h index d7a0b8476..1c2100a7f 100644 --- a/historic/jam/src/pathsys.h +++ b/historic/jam/src/pathsys.h @@ -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 diff --git a/historic/jam/src/regexp.h b/historic/jam/src/regexp.h index 96f7b3683..b0fac0a04 100644 --- a/historic/jam/src/regexp.h +++ b/historic/jam/src/regexp.h @@ -28,5 +28,5 @@ void regerror( char *s ); */ #define MAGIC 0234 -#endif // REGEXP_DWA20011023_H +#endif diff --git a/historic/jam/src/rules.h b/historic/jam/src/rules.h index 2c3c99b5c..2e3b7d1b6 100644 --- a/historic/jam/src/rules.h +++ b/historic/jam/src/rules.h @@ -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 diff --git a/historic/jam/src/strings.h b/historic/jam/src/strings.h index f0fe5029e..670b752a4 100644 --- a/historic/jam/src/strings.h +++ b/historic/jam/src/strings.h @@ -26,5 +26,5 @@ void string_pop_back( string* ); char string_back( string* ); void string_unit_test(); -#endif // STRINGS_DWA20011024_H +#endif diff --git a/jam_src/compile.h b/jam_src/compile.h index 010ecb846..c7503b4a6 100644 --- a/jam_src/compile.h +++ b/jam_src/compile.h @@ -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 diff --git a/jam_src/filesys.h b/jam_src/filesys.h index a445502f1..5d4523363 100644 --- a/jam_src/filesys.h +++ b/jam_src/filesys.h @@ -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 diff --git a/jam_src/frames.h b/jam_src/frames.h index 000ff3b8b..41cb02bf9 100644 --- a/jam_src/frames.h +++ b/jam_src/frames.h @@ -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 diff --git a/jam_src/lists.h b/jam_src/lists.h index 550fc5623..57bd4d300 100644 --- a/jam_src/lists.h +++ b/jam_src/lists.h @@ -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 diff --git a/jam_src/modules.h b/jam_src/modules.h index 6f8dd3a58..2a252cdf8 100644 --- a/jam_src/modules.h +++ b/jam_src/modules.h @@ -21,5 +21,5 @@ void bind_module_var( module*, char* name ); void enter_module( module* ); void exit_module( module* ); -#endif // MODULES_DWA10182001_H +#endif diff --git a/jam_src/parse.h b/jam_src/parse.h index ec2589197..223d249d0 100644 --- a/jam_src/parse.h +++ b/jam_src/parse.h @@ -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 diff --git a/jam_src/pathsys.h b/jam_src/pathsys.h index d7a0b8476..1c2100a7f 100644 --- a/jam_src/pathsys.h +++ b/jam_src/pathsys.h @@ -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 diff --git a/jam_src/regexp.h b/jam_src/regexp.h index 96f7b3683..b0fac0a04 100644 --- a/jam_src/regexp.h +++ b/jam_src/regexp.h @@ -28,5 +28,5 @@ void regerror( char *s ); */ #define MAGIC 0234 -#endif // REGEXP_DWA20011023_H +#endif diff --git a/jam_src/rules.h b/jam_src/rules.h index 2c3c99b5c..2e3b7d1b6 100644 --- a/jam_src/rules.h +++ b/jam_src/rules.h @@ -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 diff --git a/jam_src/strings.h b/jam_src/strings.h index f0fe5029e..670b752a4 100644 --- a/jam_src/strings.h +++ b/jam_src/strings.h @@ -26,5 +26,5 @@ void string_pop_back( string* ); char string_back( string* ); void string_unit_test(); -#endif // STRINGS_DWA20011024_H +#endif