Avoid reserved preprocessor symbols

This commit is contained in:
Chris Cannam
2021-02-10 11:07:33 +00:00
parent 26dfe35908
commit 7c8fa72c60
27 changed files with 55 additions and 55 deletions

View File

@@ -21,8 +21,8 @@
you must obtain a valid commercial licence before doing so.
*/
#ifndef _PROFILER_H_
#define _PROFILER_H_
#ifndef RUBBERBAND_PROFILER_H
#define RUBBERBAND_PROFILER_H
//#define NO_TIMING 1
//#define WANT_TIMING 1

View File

@@ -21,8 +21,8 @@
you must obtain a valid commercial licence before doing so.
*/
#ifndef _RUBBERBAND_RINGBUFFER_H_
#define _RUBBERBAND_RINGBUFFER_H_
#ifndef RUBBERBAND_RINGBUFFER_H
#define RUBBERBAND_RINGBUFFER_H
#include <sys/types.h>
@@ -524,4 +524,4 @@ RingBuffer<T>::zero(int n)
}
#endif // _RINGBUFFER_H_
#endif // _RINGBUFFER_H

View File

@@ -21,8 +21,8 @@
you must obtain a valid commercial licence before doing so.
*/
#ifndef _RUBBERBAND_SCAVENGER_H_
#define _RUBBERBAND_SCAVENGER_H_
#ifndef RUBBERBAND_SCAVENGER_H
#define RUBBERBAND_SCAVENGER_H
#include <vector>
#include <list>