unify include guard defines, __$FILENAME__
without the underscores these clogged up the namespace for autocompleation which was annoying.
This commit is contained in:
4
extern/libredcode/format.h
vendored
4
extern/libredcode/format.h
vendored
@@ -1,5 +1,5 @@
|
||||
#ifndef __redcode_format_h_included__
|
||||
#define __redcode_format_h_included__
|
||||
#ifndef __FORMAT_H__
|
||||
#define __FORMAT_H__
|
||||
|
||||
struct redcode_handle;
|
||||
struct redcode_frame {
|
||||
|
Reference in New Issue
Block a user