Fix header guards for lrtables headers

This commit is contained in:
Robin Jadoul 2016-11-26 14:24:22 +01:00
parent 80974d3a2e
commit 62b0c493b4
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#ifndef LRTABLES_GENERATOR_H_YW3GIUNH
#define LRTABLES_GENERATOR_H_YW3GIUNH
#ifndef PARSODUS_LRTABLES_GENERATOR_H_YW3GIUNH
#define PARSODUS_LRTABLES_GENERATOR_H_YW3GIUNH
#include "Parsodus/grammar.h"
#include "Parsodus/lrtables/table.h"
@ -73,4 +73,4 @@ class Generator {
} /* lr */
} /* pdf */
#endif /* LRTABLES_GENERATOR_H_YW3GIUNH */
#endif /* PARSODUS_LRTABLES_GENERATOR_H_YW3GIUNH */

View File

@ -1,6 +1,6 @@
#pragma once
#ifndef LRTABLES_TABLE_H_4JGXOTCZ
#define LRTABLES_TABLE_H_4JGXOTCZ
#ifndef PARSODUS_LRTABLES_TABLE_H_4JGXOTCZ
#define PARSODUS_LRTABLES_TABLE_H_4JGXOTCZ
#include <map>
#include <string>
@ -25,4 +25,4 @@ struct LRTable {
} /* lr */
} /* pds */
#endif /* LRTABLES_TABLE_H_4JGXOTCZ */
#endif /* PARSODUS_LRTABLES_TABLE_H_4JGXOTCZ */