]> git.gag.com Git - debian/gnuradio/commitdiff
fixed copy/paste error in include guard
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 31 Aug 2008 21:39:36 +0000 (21:39 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 31 Aug 2008 21:39:36 +0000 (21:39 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9472 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/filter/gr_vec_types.h

index eabe78b6996f5fc0965102b82250c28cb6413553..af05c7bbaff8a5b8da06ae7dc14b5ea9514220b9 100644 (file)
@@ -25,8 +25,8 @@
 /* Single token vector data types for the PowerPC SIMD/Vector Multi-media 
    eXtension */
 
-#ifndef _VEC_TYPES_H_
-#define _VEC_TYPES_H_  1
+#ifndef INCLUDED_GR_VEC_TYPES_H
+#define INCLUDED_GR_VEC_TYPES_H
 
 #define qword          __vector unsigned char
 
@@ -51,4 +51,4 @@
 
 #define vec_double2    __vector bool int
 
-#endif /* _VEC_TYPES_H_ */
+#endif /* INCLUDED_GR_VEC_TYPES_H */