Skip to content

Commit

Permalink
tidy up bison output
Browse files Browse the repository at this point in the history
  • Loading branch information
swolchok committed Dec 22, 2016
1 parent 9025671 commit 826b196
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 219 deletions.
12 changes: 6 additions & 6 deletions location.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
// version 2.2 of Bison.

/**
** \file /Users/swolchok/libgraphqlparser/location.hh
** \file location.hh
** Define the yy::location class.
*/

#ifndef YY_YY_USERS_SWOLCHOK_LIBGRAPHQLPARSER_LOCATION_HH_INCLUDED
# define YY_YY_USERS_SWOLCHOK_LIBGRAPHQLPARSER_LOCATION_HH_INCLUDED
#ifndef YY_YY_LOCATION_HH_INCLUDED
# define YY_YY_LOCATION_HH_INCLUDED

# include "position.hh"


namespace yy {
#line 46 "/Users/swolchok/libgraphqlparser/location.hh" // location.cc:337
#line 46 "location.hh" // location.cc:337
/// Abstract a location.
class location
{
Expand Down Expand Up @@ -188,5 +188,5 @@ namespace yy {


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

0 comments on commit 826b196

Please sign in to comment.