[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    arts
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-10-31 20:22:24
Message-ID: 20041031202224.D483E16B26 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

Patch from Mark adding ifndef/def endif around headers that don't have them.


  M +5 -0      flow/synthschedule.h   1.28
  M +6 -0      flow/gsl/gslartsthreads.h   1.4
  M +6 -0      flow/gsl/gslwaveloader.h   1.2
  M +7 -0      mcopidl/yacc.cc.h   1.14
  M +6 -0      soundserver/soundserverstartup_impl.h   1.2
  M +6 -0      tests/test.h   1.6


--- arts/flow/synthschedule.h  #1.27:1.28
@@ -21,4 +21,7 @@
     */
 
+#ifndef SYNTHSCHEDULE_H
+#define SYNTHSCHEDULE_H
+
 #include "config.h"
 
@@ -30,2 +33,4 @@
 #include "gslschedule.h"
 
+#endif // SYNTHSCHEDULE_H
+

--- arts/flow/gsl/gslartsthreads.h  #1.3:1.4
@@ -1,2 +1,5 @@
+#ifndef GSLARTSTHREADS_H
+#define GSLARTSTHREADS_H
+
 #ifdef __cplusplus
 extern "C" {
@@ -73,2 +76,5 @@ void      gsl_arts_thread_init (gpointer
 
 /* vim:set ts=8 sts=2 sw=2: */
+
+#endif // GSLARTSTHREADS_H
+

--- arts/flow/gsl/gslwaveloader.h  #1.1:1.2
@@ -0,0 +1,6 @@
+
+#ifndef GSLWAVELOADER_H
+#define GSLWAVELOADER_H
+
+#endif // GSLWAVELOADER_H
+

--- arts/mcopidl/yacc.cc.h  #1.13:1.14
@@ -1,2 +1,6 @@
+
+#ifndef YACC_CC_H
+#define YACC_CC_H
+
 typedef union
 {
@@ -67,2 +71,5 @@ typedef union
 
 extern YYSTYPE yylval;
+
+#endif // YACC_CC_H
+

--- arts/soundserver/soundserverstartup_impl.h  #1.1:1.2
@@ -20,4 +20,7 @@
     */
 
+#ifndef SOUNDSERVERSTARTUP_IMPL_H
+#define SOUNDSERVERSTARTUP_IMPL_H
+
 #include "soundserver.h"
 
@@ -42,2 +45,5 @@ public:
 
 }
+
+#endif // SOUNDSERVERSTARTUP_IMPL_H
+

--- arts/tests/test.h  #1.5:1.6
@@ -21,4 +21,7 @@
     */
 
+#ifndef ARTS_TESTS_H
+#define ARTS_TESTS_H
+
 #include <string>
 #include <list>
@@ -123,2 +126,5 @@ struct TestCase {
 
 #define TESTMAIN(name) TESTMAINFUNC(name,main)
+
+#endif // ARTS_TESTS_H
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic