]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.8
authorfred <fred>
Wed, 27 Nov 1996 01:18:30 +0000 (01:18 +0000)
committerfred <fred>
Wed, 27 Nov 1996 01:18:30 +0000 (01:18 +0000)
flower/textstr.hh

index 41a979f27f66f450878d5e6fac9c72763b43a0e7..c64a989c3ce501a5219cab18734184e44669701c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TEXTSTR_HH
+#define TEXTSTR_HH
+
 #include <stdio.h>
 #include <ctype.h>
 
@@ -112,3 +115,4 @@ class Data_file : private Text_stream
        exit(1);    
     }
 };
+#endif