diff options
Diffstat (limited to 'gdb/yy-remap.h')
-rw-r--r-- | gdb/yy-remap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/yy-remap.h b/gdb/yy-remap.h index b3fcbc6..af74961 100644 --- a/gdb/yy-remap.h +++ b/gdb/yy-remap.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 YY_REMAP_H -#define YY_REMAP_H +#ifndef GDB_YY_REMAP_H +#define GDB_YY_REMAP_H /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitously global symbol names, so we can have @@ -93,4 +93,4 @@ # define YYDEBUG 1 /* Default to yydebug support */ #endif -#endif /* YY_REMAP_H */ +#endif /* GDB_YY_REMAP_H */ |