]> git.saurik.com Git - bison.git/blobdiff - src/location.h
tests: simplify useless obfuscation
[bison.git] / src / location.h
index 5c57d3073ee7f0c910b28a44f2233af199e8bf57..9c6e53c190b42e8ee379a40bd13b94d218e020a6 100644 (file)
 #ifndef LOCATION_H_
 # define LOCATION_H_
 
+# include <stdbool.h>
+# include <stdio.h>
+# include <string.h> /* strcmp */
+
 # include "uniqstr.h"
 
 /* A boundary between two characters.  */
@@ -121,7 +125,7 @@ location_cmp (location a, location b)
   return res;
 }
 
-/* LOC_STR must be formatted as `file:line.column', it will be modified.  */
+/* LOC_STR must be formatted as 'file:line.column', it will be modified.  */
 void boundary_set_from_string (boundary *bound, char *loc_str);
 
 #endif /* ! defined LOCATION_H_ */