diff libaf/filter.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents de13fd557440
children 3baf6a2283da
line wrap: on
line diff
--- a/libaf/filter.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/libaf/filter.h	Mon Jul 02 22:34:45 2007 +0000
@@ -8,12 +8,12 @@
 //=============================================================================
 */
 
-#if !defined _DSP_H
+#if !defined DSP_H
 # error "Never use <filter.h> directly; include <dsp.h> instead"
 #endif
 
-#ifndef _FILTER_H
-#define _FILTER_H	1
+#ifndef FILTER_H
+#define FILTER_H
 
 
 // Design and implementation of different types of digital filters