Skip to content

Commit 826b196

Browse files
committed
tidy up bison output
1 parent 9025671 commit 826b196

File tree

5 files changed

+219
-219
lines changed

5 files changed

+219
-219
lines changed

location.hh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
// version 2.2 of Bison.
3232

3333
/**
34-
** \file /Users/swolchok/libgraphqlparser/location.hh
34+
** \file location.hh
3535
** Define the yy::location class.
3636
*/
3737

38-
#ifndef YY_YY_USERS_SWOLCHOK_LIBGRAPHQLPARSER_LOCATION_HH_INCLUDED
39-
# define YY_YY_USERS_SWOLCHOK_LIBGRAPHQLPARSER_LOCATION_HH_INCLUDED
38+
#ifndef YY_YY_LOCATION_HH_INCLUDED
39+
# define YY_YY_LOCATION_HH_INCLUDED
4040

4141
# include "position.hh"
4242

4343

4444
namespace yy {
45-
#line 46 "/Users/swolchok/libgraphqlparser/location.hh" // location.cc:337
45+
#line 46 "location.hh" // location.cc:337
4646
/// Abstract a location.
4747
class location
4848
{
@@ -188,5 +188,5 @@ namespace yy {
188188

189189

190190
} // yy
191-
#line 192 "/Users/swolchok/libgraphqlparser/location.hh" // location.cc:337
192-
#endif // !YY_YY_USERS_SWOLCHOK_LIBGRAPHQLPARSER_LOCATION_HH_INCLUDED
191+
#line 192 "location.hh" // location.cc:337
192+
#endif // !YY_YY_LOCATION_HH_INCLUDED

0 commit comments

Comments
 (0)