##// END OF EJS Templates
hg: remove reserved identifiers...
David Demelier -
r49095:d8690805 default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 #ifndef _HG_BDIFF_H_
1 #ifndef HG_BDIFF_H
2 #define _HG_BDIFF_H_
2 #define HG_BDIFF_H
3
3
4 #include "compat.h"
4 #include "compat.h"
5
5
@@ -1,5 +1,5 b''
1 #ifndef _HG_BITMANIPULATION_H_
1 #ifndef HG_BITMANIPULATION_H
2 #define _HG_BITMANIPULATION_H_
2 #define HG_BITMANIPULATION_H
3
3
4 #include <string.h>
4 #include <string.h>
5
5
@@ -1,5 +1,5 b''
1 #ifndef _HG_COMPAT_H_
1 #ifndef HG_COMPAT_H
2 #define _HG_COMPAT_H_
2 #define HG_COMPAT_H
3
3
4 #ifdef _WIN32
4 #ifdef _WIN32
5 #ifdef _MSC_VER
5 #ifdef _MSC_VER
@@ -1,5 +1,5 b''
1 #ifndef _HG_MPATCH_H_
1 #ifndef HG_MPATCH_H
2 #define _HG_MPATCH_H_
2 #define HG_MPATCH_H
3
3
4 #define MPATCH_ERR_NO_MEM -3
4 #define MPATCH_ERR_NO_MEM -3
5 #define MPATCH_ERR_CANNOT_BE_DECODED -2
5 #define MPATCH_ERR_CANNOT_BE_DECODED -2
General Comments 0
You need to be logged in to leave comments. Login now