mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
added new-line character after #endif directive (vacpp complains loudly)
[SVN r12502]
This commit is contained in:
@@ -80,3 +80,4 @@ void profile_dump();
|
||||
# define COND_IN 10 /* arg in arg */
|
||||
|
||||
#endif // COMPILE_DWA20011022_H
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@ void frame_init( FRAME* ); /* implemented in compile.c */
|
||||
void frame_free( FRAME* ); /* implemented in compile.c */
|
||||
|
||||
#endif // FRAMES_DWA20011021_H
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i );
|
||||
void lol_print( LOL *lol );
|
||||
|
||||
#endif // LISTS_DWA20011022_H
|
||||
|
||||
|
||||
@@ -23,3 +23,4 @@ void enter_module( module* );
|
||||
void exit_module( module* );
|
||||
|
||||
#endif // MODULES_DWA10182001_H
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ void parse_free( PARSE *p );
|
||||
LIST* parse_evaluate( PARSE *p, FRAME* frame );
|
||||
|
||||
#endif // PARSE_DWA20011020_H
|
||||
|
||||
|
||||
@@ -29,3 +29,4 @@ void regerror( char *s );
|
||||
#define MAGIC 0234
|
||||
|
||||
#endif // REGEXP_DWA20011023_H
|
||||
|
||||
|
||||
@@ -228,3 +228,4 @@ void actions_refer(rule_actions*);
|
||||
void actions_free(rule_actions*);
|
||||
|
||||
#endif // RULES_DWA_20011020_H
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@ char string_back( string* );
|
||||
void string_unit_test();
|
||||
|
||||
#endif // STRINGS_DWA20011024_H
|
||||
|
||||
|
||||
@@ -80,3 +80,4 @@ void profile_dump();
|
||||
# define COND_IN 10 /* arg in arg */
|
||||
|
||||
#endif // COMPILE_DWA20011022_H
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@ void frame_init( FRAME* ); /* implemented in compile.c */
|
||||
void frame_free( FRAME* ); /* implemented in compile.c */
|
||||
|
||||
#endif // FRAMES_DWA20011021_H
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i );
|
||||
void lol_print( LOL *lol );
|
||||
|
||||
#endif // LISTS_DWA20011022_H
|
||||
|
||||
|
||||
@@ -23,3 +23,4 @@ void enter_module( module* );
|
||||
void exit_module( module* );
|
||||
|
||||
#endif // MODULES_DWA10182001_H
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ void parse_free( PARSE *p );
|
||||
LIST* parse_evaluate( PARSE *p, FRAME* frame );
|
||||
|
||||
#endif // PARSE_DWA20011020_H
|
||||
|
||||
|
||||
@@ -29,3 +29,4 @@ void regerror( char *s );
|
||||
#define MAGIC 0234
|
||||
|
||||
#endif // REGEXP_DWA20011023_H
|
||||
|
||||
|
||||
@@ -228,3 +228,4 @@ void actions_refer(rule_actions*);
|
||||
void actions_free(rule_actions*);
|
||||
|
||||
#endif // RULES_DWA_20011020_H
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@ char string_back( string* );
|
||||
void string_unit_test();
|
||||
|
||||
#endif // STRINGS_DWA20011024_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user