2
0
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:
Toon Knapen
2002-01-25 14:13:40 +00:00
parent 913fa669be
commit bda320a43f
16 changed files with 16 additions and 0 deletions

View File

@@ -80,3 +80,4 @@ void profile_dump();
# define COND_IN 10 /* arg in arg */
#endif // COMPILE_DWA20011022_H

View File

@@ -27,3 +27,4 @@ void frame_init( FRAME* ); /* implemented in compile.c */
void frame_free( FRAME* ); /* implemented in compile.c */
#endif // FRAMES_DWA20011021_H

View File

@@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i );
void lol_print( LOL *lol );
#endif // LISTS_DWA20011022_H

View File

@@ -23,3 +23,4 @@ void enter_module( module* );
void exit_module( module* );
#endif // MODULES_DWA10182001_H

View File

@@ -58,3 +58,4 @@ void parse_free( PARSE *p );
LIST* parse_evaluate( PARSE *p, FRAME* frame );
#endif // PARSE_DWA20011020_H

View File

@@ -29,3 +29,4 @@ void regerror( char *s );
#define MAGIC 0234
#endif // REGEXP_DWA20011023_H

View File

@@ -228,3 +228,4 @@ void actions_refer(rule_actions*);
void actions_free(rule_actions*);
#endif // RULES_DWA_20011020_H

View File

@@ -27,3 +27,4 @@ char string_back( string* );
void string_unit_test();
#endif // STRINGS_DWA20011024_H

View File

@@ -80,3 +80,4 @@ void profile_dump();
# define COND_IN 10 /* arg in arg */
#endif // COMPILE_DWA20011022_H

View File

@@ -27,3 +27,4 @@ void frame_init( FRAME* ); /* implemented in compile.c */
void frame_free( FRAME* ); /* implemented in compile.c */
#endif // FRAMES_DWA20011021_H

View File

@@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i );
void lol_print( LOL *lol );
#endif // LISTS_DWA20011022_H

View File

@@ -23,3 +23,4 @@ void enter_module( module* );
void exit_module( module* );
#endif // MODULES_DWA10182001_H

View File

@@ -58,3 +58,4 @@ void parse_free( PARSE *p );
LIST* parse_evaluate( PARSE *p, FRAME* frame );
#endif // PARSE_DWA20011020_H

View File

@@ -29,3 +29,4 @@ void regerror( char *s );
#define MAGIC 0234
#endif // REGEXP_DWA20011023_H

View File

@@ -228,3 +228,4 @@ void actions_refer(rule_actions*);
void actions_free(rule_actions*);
#endif // RULES_DWA_20011020_H

View File

@@ -27,3 +27,4 @@ char string_back( string* );
void string_unit_test();
#endif // STRINGS_DWA20011024_H