From bda320a43fa866af2969e5c8b1d3704c6eef5720 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Fri, 25 Jan 2002 14:13:40 +0000 Subject: [PATCH] added new-line character after #endif directive (vacpp complains loudly) [SVN r12502] --- historic/jam/src/compile.h | 1 + historic/jam/src/frames.h | 1 + historic/jam/src/lists.h | 1 + historic/jam/src/modules.h | 1 + historic/jam/src/parse.h | 1 + historic/jam/src/regexp.h | 1 + historic/jam/src/rules.h | 1 + historic/jam/src/strings.h | 1 + jam_src/compile.h | 1 + jam_src/frames.h | 1 + jam_src/lists.h | 1 + jam_src/modules.h | 1 + jam_src/parse.h | 1 + jam_src/regexp.h | 1 + jam_src/rules.h | 1 + jam_src/strings.h | 1 + 16 files changed, 16 insertions(+) diff --git a/historic/jam/src/compile.h b/historic/jam/src/compile.h index e5f96433e..31d686188 100644 --- a/historic/jam/src/compile.h +++ b/historic/jam/src/compile.h @@ -80,3 +80,4 @@ void profile_dump(); # define COND_IN 10 /* arg in arg */ #endif // COMPILE_DWA20011022_H + diff --git a/historic/jam/src/frames.h b/historic/jam/src/frames.h index bd7936eca..000ff3b8b 100644 --- a/historic/jam/src/frames.h +++ b/historic/jam/src/frames.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 + diff --git a/historic/jam/src/lists.h b/historic/jam/src/lists.h index 7e051e173..550fc5623 100644 --- a/historic/jam/src/lists.h +++ b/historic/jam/src/lists.h @@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i ); void lol_print( LOL *lol ); #endif // LISTS_DWA20011022_H + diff --git a/historic/jam/src/modules.h b/historic/jam/src/modules.h index 06b30fbb8..e5f515aa8 100644 --- a/historic/jam/src/modules.h +++ b/historic/jam/src/modules.h @@ -23,3 +23,4 @@ void enter_module( module* ); void exit_module( module* ); #endif // MODULES_DWA10182001_H + diff --git a/historic/jam/src/parse.h b/historic/jam/src/parse.h index 3c30df6e5..ec2589197 100644 --- a/historic/jam/src/parse.h +++ b/historic/jam/src/parse.h @@ -58,3 +58,4 @@ void parse_free( PARSE *p ); LIST* parse_evaluate( PARSE *p, FRAME* frame ); #endif // PARSE_DWA20011020_H + diff --git a/historic/jam/src/regexp.h b/historic/jam/src/regexp.h index 63507b475..96f7b3683 100644 --- a/historic/jam/src/regexp.h +++ b/historic/jam/src/regexp.h @@ -29,3 +29,4 @@ void regerror( char *s ); #define MAGIC 0234 #endif // REGEXP_DWA20011023_H + diff --git a/historic/jam/src/rules.h b/historic/jam/src/rules.h index f2aef9fdf..85201d4cb 100644 --- a/historic/jam/src/rules.h +++ b/historic/jam/src/rules.h @@ -228,3 +228,4 @@ void actions_refer(rule_actions*); void actions_free(rule_actions*); #endif // RULES_DWA_20011020_H + diff --git a/historic/jam/src/strings.h b/historic/jam/src/strings.h index 02afa3d75..f0fe5029e 100644 --- a/historic/jam/src/strings.h +++ b/historic/jam/src/strings.h @@ -27,3 +27,4 @@ char string_back( string* ); void string_unit_test(); #endif // STRINGS_DWA20011024_H + diff --git a/jam_src/compile.h b/jam_src/compile.h index e5f96433e..31d686188 100644 --- a/jam_src/compile.h +++ b/jam_src/compile.h @@ -80,3 +80,4 @@ void profile_dump(); # define COND_IN 10 /* arg in arg */ #endif // COMPILE_DWA20011022_H + diff --git a/jam_src/frames.h b/jam_src/frames.h index bd7936eca..000ff3b8b 100644 --- a/jam_src/frames.h +++ b/jam_src/frames.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 + diff --git a/jam_src/lists.h b/jam_src/lists.h index 7e051e173..550fc5623 100644 --- a/jam_src/lists.h +++ b/jam_src/lists.h @@ -92,3 +92,4 @@ LIST * lol_get( LOL *lol, int i ); void lol_print( LOL *lol ); #endif // LISTS_DWA20011022_H + diff --git a/jam_src/modules.h b/jam_src/modules.h index 06b30fbb8..e5f515aa8 100644 --- a/jam_src/modules.h +++ b/jam_src/modules.h @@ -23,3 +23,4 @@ void enter_module( module* ); void exit_module( module* ); #endif // MODULES_DWA10182001_H + diff --git a/jam_src/parse.h b/jam_src/parse.h index 3c30df6e5..ec2589197 100644 --- a/jam_src/parse.h +++ b/jam_src/parse.h @@ -58,3 +58,4 @@ void parse_free( PARSE *p ); LIST* parse_evaluate( PARSE *p, FRAME* frame ); #endif // PARSE_DWA20011020_H + diff --git a/jam_src/regexp.h b/jam_src/regexp.h index 63507b475..96f7b3683 100644 --- a/jam_src/regexp.h +++ b/jam_src/regexp.h @@ -29,3 +29,4 @@ void regerror( char *s ); #define MAGIC 0234 #endif // REGEXP_DWA20011023_H + diff --git a/jam_src/rules.h b/jam_src/rules.h index f2aef9fdf..85201d4cb 100644 --- a/jam_src/rules.h +++ b/jam_src/rules.h @@ -228,3 +228,4 @@ void actions_refer(rule_actions*); void actions_free(rule_actions*); #endif // RULES_DWA_20011020_H + diff --git a/jam_src/strings.h b/jam_src/strings.h index 02afa3d75..f0fe5029e 100644 --- a/jam_src/strings.h +++ b/jam_src/strings.h @@ -27,3 +27,4 @@ char string_back( string* ); void string_unit_test(); #endif // STRINGS_DWA20011024_H +