]> git.saurik.com Git - bison.git/blobdiff - src/location.h
For push mode, convert yyparse from a macro to a function, invoke yylex
[bison.git] / src / location.h
index 542c632057276b29dd646fc40db7efd85ca47247..d8ce03ba23dc7568396ed5c7e9cd341f7591c15c 100644 (file)
@@ -44,9 +44,9 @@ typedef struct
 static inline void
 boundary_set (boundary *b, const char *f, int l, int c)
 {
-  b->file = f; 
-  b->line = l;         
-  b->column = c;               
+  b->file = f;
+  b->line = l;
+  b->column = c;
 }
 
 /* Return nonzero if A and B are equal boundaries.  */