diff options
Diffstat (limited to 'gdb/common/preprocessor.h')
-rw-r--r-- | gdb/common/preprocessor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/preprocessor.h b/gdb/common/preprocessor.h index a7c33d0..cb735c3 100644 --- a/gdb/common/preprocessor.h +++ b/gdb/common/preprocessor.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_PREPROC_H -#define COMMON_PREPROC_H +#ifndef COMMON_PREPROCESSOR_H +#define COMMON_PREPROCESSOR_H /* Generally useful preprocessor bits. */ @@ -32,4 +32,4 @@ includes commas to another macro. */ #define ESC_PARENS(...) __VA_ARGS__ -#endif /* COMMON_PREPROC */ +#endif /* COMMON_PREPROCESSOR_H */ |