Fix header guards for lrtables headers
This commit is contained in:
parent
80974d3a2e
commit
62b0c493b4
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue